#258A9C

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

Shades of Scooter #258A9C

Tints of Scooter #258A9C

Color information

#258A9C (or 0x258A9C) is unknown color: approx Scooter. HEX triplet: 25, 8A and 9C. RGB value is (37,138,156). Sum of RGB (Red+Green+Blue) = 37+138+156=331 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.18% from 331); Green value is 138 (54.30% from 255 or 41.69% from 331); Blue value is 156 (61.33% from 255 or 47.13% from 331); Max value from RGB is 156 - color contains mainly: blue. Hex color #258A9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258A9C is #DA7563. Grayscale: #6D6D6D. Windows color (decimal): -14316900 or 10258981. OLE color: 10258981.

HSL color Cylindrical-coordinate representation of color #258A9C: hue angle of 189.08º degrees, saturation: 0.62, 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 #258A9C is Cyan = 0.76, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB37138156-
CMYK0.760.1200.39
HSL189.08º61.66%37.84%-
HSV(B)189.08º76.28%61.18%-
XYZ15.8520.9734.66-
YUV109.85154.0476.04-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.18%
GREEN value IS 138 (54.30% from 255) = 41.69%
BLUE value IS 156 (61.33% from 255) = 47.13%
R=11.18%
G=41.69%
B=47.13%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal371381560.760.1200.39189.0861.6637.84
Hex258A9C4CC027bd3e26
Octal45212234114140472757646
Binary100101100010101001110010011001100010011110111101111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,138,156); }

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

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

 a { background-color: rgb(37,138,156); }

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

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

 span { border-color: rgb(37,138,156); }

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