#257F92

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

Shades of Scooter #257F92

Tints of Scooter #257F92

Color information

#257F92 (or 0x257F92) is unknown color: approx Scooter. HEX triplet: 25, 7F and 92. RGB value is (37,127,146). Sum of RGB (Red+Green+Blue) = 37+127+146=310 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.94% from 310); Green value is 127 (50% from 255 or 40.97% from 310); Blue value is 146 (57.42% from 255 or 47.10% from 310); Max value from RGB is 146 - color contains mainly: blue. Hex color #257F92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257F92 is #DA806D. Grayscale: #666666. Windows color (decimal): -14319726 or 9600805. OLE color: 9600805.

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

Color convert

RGB37127146-
CMYK0.750.1300.43
HSL190.46º59.56%35.88%-
HSV(B)190.46º74.66%57.25%-
XYZ13.5417.6529.89-
YUV102.26152.6881.46-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.94%
GREEN value IS 127 (50% from 255) = 40.97%
BLUE value IS 146 (57.42% from 255) = 47.10%
R=11.94%
G=40.97%
B=47.10%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal371271460.750.1300.43190.4659.5635.88
Hex257F924BD02Bbe3c24
Octal45177222113150532767444
Binary10010111111111001001010010111101010101110111110111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,127,146); }

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

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

 a { background-color: rgb(37,127,146); }

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

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

 span { border-color: rgb(37,127,146); }

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