#257C93

Color #257C93 Scooter (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scooter #257C93

Tints of Scooter #257C93

Color information

#257C93 (or 0x257C93) is unknown color: approx Scooter. HEX triplet: 25, 7C and 93. RGB value is (37,124,147). Sum of RGB (Red+Green+Blue) = 37+124+147=308 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.01% from 308); Green value is 124 (48.83% from 255 or 40.26% from 308); Blue value is 147 (57.81% from 255 or 47.73% from 308); Max value from RGB is 147 - color contains mainly: blue. Hex color #257C93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257C93 is #DA836C. Grayscale: #646464. Windows color (decimal): -14320493 or 9665573. OLE color: 9665573.

HSL color Cylindrical-coordinate representation of color #257C93: hue angle of 192.55º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #257C93 is Cyan = 0.75, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB37124147-
CMYK0.750.1600.42
HSL192.55º59.78%36.08%-
HSV(B)192.55º74.83%57.65%-
XYZ13.2416.9230.17-
YUV100.61154.1882.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 37 (14.84% from 255) = 12.01%
GREEN value IS 124 (48.83% from 255) = 40.26%
BLUE value IS 147 (57.81% from 255) = 47.73%
R=12.01%
G=40.26%
B=47.73%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal371241470.750.1600.42192.5559.7836.08
Hex257C934B1002Ac13c24
Octal45174223113200523017444
Binary100101111110010010011100101110000010101011000001111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257C93; }

 p { color: rgb(37,124,147); }

 H1.HeaderClassName
 {
   color: #257C93;
 }
 .AnyTagClassName
 {
   color: #257C93;
 }
</style>
background-color css

<style>
 a { background-color: #257C93; }

 a { background-color: rgb(37,124,147); }

 div.DivClassName
 {
   background-color: #257C93;
 }
 .BgClassName
 {
   background-color: #257C93;
 }
</style>
border-color css

<style>
 span { border-color: #257C93; }

 span { border-color: rgb(37,124,147); }

 td.TdClassName
 {
   border-color: #257C93;
 }
 .TagClassName
 {
   border-color: #257C93;
 }
</style>