#258799

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

Shades of Scooter #258799

Tints of Scooter #258799

Color information

#258799 (or 0x258799) is unknown color: approx Scooter. HEX triplet: 25, 87 and 99. RGB value is (37,135,153). Sum of RGB (Red+Green+Blue) = 37+135+153=325 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.38% from 325); Green value is 135 (53.12% from 255 or 41.54% from 325); Blue value is 153 (60.16% from 255 or 47.08% from 325); Max value from RGB is 153 - color contains mainly: blue. Hex color #258799 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258799 is #DA7866. Grayscale: #6B6B6B. Windows color (decimal): -14317671 or 10061605. OLE color: 10061605.

HSL color Cylindrical-coordinate representation of color #258799: hue angle of 189.31º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #258799 is Cyan = 0.76, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB37135153-
CMYK0.760.1200.4
HSL189.31º61.05%37.25%-
HSV(B)189.31º75.82%60%-
XYZ15.1820.0233.2-
YUV107.75153.5377.54-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.38%
GREEN value IS 135 (53.12% from 255) = 41.54%
BLUE value IS 153 (60.16% from 255) = 47.08%
R=11.38%
G=41.54%
B=47.08%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal371351530.760.1200.4189.3161.0537.25
Hex2587994CC028bd3d25
Octal45207231114140502757545
Binary100101100001111001100110011001100010100010111101111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #258799; }

 p { color: rgb(37,135,153); }

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

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

 a { background-color: rgb(37,135,153); }

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

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

 span { border-color: rgb(37,135,153); }

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