#257F97

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

Shades of Scooter #257F97

Tints of Scooter #257F97

Color information

#257F97 (or 0x257F97) is unknown color: approx Scooter. HEX triplet: 25, 7F and 97. RGB value is (37,127,151). Sum of RGB (Red+Green+Blue) = 37+127+151=315 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.75% from 315); Green value is 127 (50% from 255 or 40.32% from 315); Blue value is 151 (59.38% from 255 or 47.94% from 315); Max value from RGB is 151 - color contains mainly: blue. Hex color #257F97 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257F97 is #DA8068. Grayscale: #666666. Windows color (decimal): -14319721 or 9928485. OLE color: 9928485.

HSL color Cylindrical-coordinate representation of color #257F97: hue angle of 192.63º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #257F97 is Cyan = 0.75, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB37127151-
CMYK0.750.1600.41
HSL192.63º60.64%36.86%-
HSV(B)192.63º75.5%59.22%-
XYZ13.9417.8131.98-
YUV102.83155.1881.05-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.75%
GREEN value IS 127 (50% from 255) = 40.32%
BLUE value IS 151 (59.38% from 255) = 47.94%
R=11.75%
G=40.32%
B=47.94%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal371271510.750.1600.41192.6360.6436.86
Hex257F974B10029c13d25
Octal45177227113200513017545
Binary100101111111110010111100101110000010100111000001111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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