#257E9C

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

Shades of Scooter #257E9C

Tints of Scooter #257E9C

Color information

#257E9C (or 0x257E9C) is unknown color: approx Scooter. HEX triplet: 25, 7E and 9C. RGB value is (37,126,156). Sum of RGB (Red+Green+Blue) = 37+126+156=319 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.60% from 319); Green value is 126 (49.61% from 255 or 39.50% from 319); Blue value is 156 (61.33% from 255 or 48.90% from 319); Max value from RGB is 156 - color contains mainly: blue. Hex color #257E9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257E9C is #DA8163. Grayscale: #666666. Windows color (decimal): -14319972 or 10255909. OLE color: 10255909.

HSL color Cylindrical-coordinate representation of color #257E9C: hue angle of 195.13º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #257E9C is Cyan = 0.76, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB37126156-
CMYK0.760.1900.39
HSL195.13º61.66%37.84%-
HSV(B)195.13º76.28%61.18%-
XYZ14.2217.7234.12-
YUV102.81158.0181.06-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.60%
GREEN value IS 126 (49.61% from 255) = 39.50%
BLUE value IS 156 (61.33% from 255) = 48.90%
R=11.60%
G=39.50%
B=48.90%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal371261560.760.1900.39195.1361.6637.84
Hex257E9C4C13027c33e26
Octal45176234114230473037646
Binary100101111111010011100100110010011010011111000011111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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