#258196

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

Shades of Scooter #258196

Tints of Scooter #258196

Color information

#258196 (or 0x258196) is unknown color: approx Scooter. HEX triplet: 25, 81 and 96. RGB value is (37,129,150). Sum of RGB (Red+Green+Blue) = 37+129+150=316 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.71% from 316); Green value is 129 (50.78% from 255 or 40.82% from 316); Blue value is 150 (58.98% from 255 or 47.47% from 316); Max value from RGB is 150 - color contains mainly: blue. Hex color #258196 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258196 is #DA7E69. Grayscale: #676767. Windows color (decimal): -14319210 or 9863461. OLE color: 9863461.

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

Color convert

RGB37129150-
CMYK0.750.1400.41
HSL191.15º60.43%36.67%-
HSV(B)191.15º75.33%58.82%-
XYZ14.1218.331.64-
YUV103.89154.0280.29-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.71%
GREEN value IS 129 (50.78% from 255) = 40.82%
BLUE value IS 150 (58.98% from 255) = 47.47%
R=11.71%
G=40.82%
B=47.47%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal371291500.750.1400.41191.1560.4336.67
Hex2581964BE029bf3c25
Octal45201226113160512777445
Binary100101100000011001011010010111110010100110111111111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #258196; }

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

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

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

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

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

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

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

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