#258996

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

Shades of Scooter #258996

Tints of Scooter #258996

Color information

#258996 (or 0x258996) is unknown color: approx Scooter. HEX triplet: 25, 89 and 96. RGB value is (37,137,150). Sum of RGB (Red+Green+Blue) = 37+137+150=324 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.42% from 324); Green value is 137 (53.91% from 255 or 42.28% from 324); Blue value is 150 (58.98% from 255 or 46.30% from 324); Max value from RGB is 150 - color contains mainly: blue. Hex color #258996 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258996 is #DA7669. Grayscale: #6C6C6C. Windows color (decimal): -14317162 or 9865509. OLE color: 9865509.

HSL color Cylindrical-coordinate representation of color #258996: hue angle of 186.9º degrees, saturation: 0.6, 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 #258996 is Cyan = 0.75, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB37137150-
CMYK0.750.0900.41
HSL186.9º60.43%36.67%-
HSV(B)186.9º75.33%58.82%-
XYZ15.2120.4932.01-
YUV108.58151.3776.94-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.42%
GREEN value IS 137 (53.91% from 255) = 42.28%
BLUE value IS 150 (58.98% from 255) = 46.30%
R=11.42%
G=42.28%
B=46.30%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal371371500.750.0900.41186.960.4336.67
Hex2589964B9029bb3c25
Octal45211226113110512737445
Binary100101100010011001011010010111001010100110111011111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #258996; }

 p { color: rgb(37,137,150); }

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

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

 a { background-color: rgb(37,137,150); }

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

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

 span { border-color: rgb(37,137,150); }

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