#257E99

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

Shades of Scooter #257E99

Tints of Scooter #257E99

Color information

#257E99 (or 0x257E99) is unknown color: approx Scooter. HEX triplet: 25, 7E and 99. RGB value is (37,126,153). Sum of RGB (Red+Green+Blue) = 37+126+153=316 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.71% from 316); Green value is 126 (49.61% from 255 or 39.87% from 316); Blue value is 153 (60.16% from 255 or 48.42% from 316); Max value from RGB is 153 - color contains mainly: blue. Hex color #257E99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257E99 is #DA8166. Grayscale: #666666. Windows color (decimal): -14319975 or 10059301. OLE color: 10059301.

HSL color Cylindrical-coordinate representation of color #257E99: hue angle of 193.97º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #257E99 is Cyan = 0.76, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB37126153-
CMYK0.760.1800.4
HSL193.97º61.05%37.25%-
HSV(B)193.97º75.82%60%-
XYZ13.9717.6132.8-
YUV102.47156.5181.3-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.71%
GREEN value IS 126 (49.61% from 255) = 39.87%
BLUE value IS 153 (60.16% from 255) = 48.42%
R=11.71%
G=39.87%
B=48.42%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal371261530.760.1800.4193.9761.0537.25
Hex257E994C12028c23d25
Octal45176231114220503027545
Binary100101111111010011001100110010010010100011000010111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,126,153); }

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

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

 a { background-color: rgb(37,126,153); }

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

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

 span { border-color: rgb(37,126,153); }

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