#258e9b

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

Shades of Scooter #258E9B

Tints of Scooter #258E9B

Color information

#258E9B (or 0x258E9B) is unknown color: approx Scooter. HEX triplet: 25, 8E and 9B. RGB value is (37,142,155). Sum of RGB (Red+Green+Blue) = 37+142+155=334 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.08% from 334); Green value is 142 (55.86% from 255 or 42.51% from 334); Blue value is 155 (60.94% from 255 or 46.41% from 334); Max value from RGB is 155 - color contains mainly: blue. Hex color #258E9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258E9B is #DA7164. Grayscale: #6F6F6F. Windows color (decimal): -14315877 or 10194469. OLE color: 10194469.

HSL color Cylindrical-coordinate representation of color #258E9B: hue angle of 186.61º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #258E9B is Cyan = 0.76, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB37142155-
CMYK0.760.0800.39
HSL186.61º61.46%37.65%-
HSV(B)186.61º76.13%60.78%-
XYZ16.3522.1134.42-
YUV112.09152.2174.44-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.08%
GREEN value IS 142 (55.86% from 255) = 42.51%
BLUE value IS 155 (60.94% from 255) = 46.41%
R=11.08%
G=42.51%
B=46.41%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal371421550.760.0800.39186.6161.4637.65
Hex258E9B4C8027bb3d26
Octal45216233114100472737546
Binary100101100011101001101110011001000010011110111011111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258e9b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #258e9b; }

 p { color: rgb(37,142,155); }

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

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

 a { background-color: rgb(37,142,155); }

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

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

 span { border-color: rgb(37,142,155); }

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