#258197

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

Shades of Scooter #258197

Tints of Scooter #258197

Color information

#258197 (or 0x258197) is unknown color: approx Scooter. HEX triplet: 25, 81 and 97. RGB value is (37,129,151). Sum of RGB (Red+Green+Blue) = 37+129+151=317 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.67% from 317); Green value is 129 (50.78% from 255 or 40.69% from 317); Blue value is 151 (59.38% from 255 or 47.63% from 317); Max value from RGB is 151 - color contains mainly: blue. Hex color #258197 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258197 is #DA7E68. Grayscale: #676767. Windows color (decimal): -14319209 or 9928997. OLE color: 9928997.

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

Color convert

RGB37129151-
CMYK0.750.1500.41
HSL191.58º60.64%36.86%-
HSV(B)191.58º75.5%59.22%-
XYZ14.218.3332.07-
YUV104154.5280.21-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.67%
GREEN value IS 129 (50.78% from 255) = 40.69%
BLUE value IS 151 (59.38% from 255) = 47.63%
R=11.67%
G=40.69%
B=47.63%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal371291510.750.1500.41191.5860.6436.86
Hex2581974BF029c03d25
Octal45201227113170513007545
Binary100101100000011001011110010111111010100111000000111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #258197; }

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

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

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

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

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

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

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

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