#257C9C

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

Shades of Scooter #257C9C

Tints of Scooter #257C9C

Color information

#257C9C (or 0x257C9C) is unknown color: approx Scooter. HEX triplet: 25, 7C and 9C. RGB value is (37,124,156). Sum of RGB (Red+Green+Blue) = 37+124+156=317 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.67% from 317); Green value is 124 (48.83% from 255 or 39.12% from 317); Blue value is 156 (61.33% from 255 or 49.21% from 317); Max value from RGB is 156 - color contains mainly: blue. Hex color #257C9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257C9C is #DA8363. Grayscale: #656565. Windows color (decimal): -14320484 or 10255397. OLE color: 10255397.

HSL color Cylindrical-coordinate representation of color #257C9C: hue angle of 196.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 #257C9C is Cyan = 0.76, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB37124156-
CMYK0.760.2100.39
HSL196.13º61.66%37.84%-
HSV(B)196.13º76.28%61.18%-
XYZ13.9717.2134.04-
YUV101.64158.6881.9-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.67%
GREEN value IS 124 (48.83% from 255) = 39.12%
BLUE value IS 156 (61.33% from 255) = 49.21%
R=11.67%
G=39.12%
B=49.21%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal371241560.760.2100.39196.1361.6637.84
Hex257C9C4C15027c43e26
Octal45174234114250473047646
Binary100101111110010011100100110010101010011111000100111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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