#28909C

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

Shades of Scooter #28909C

Tints of Scooter #28909C

Color information

#28909C (or 0x28909C) is unknown color: approx Scooter. HEX triplet: 28, 90 and 9C. RGB value is (40,144,156). Sum of RGB (Red+Green+Blue) = 40+144+156=340 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.76% from 340); Green value is 144 (56.64% from 255 or 42.35% from 340); Blue value is 156 (61.33% from 255 or 45.88% from 340); Max value from RGB is 156 - color contains mainly: blue. Hex color #28909C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28909C is #D76F63. Grayscale: #727272. Windows color (decimal): -14118756 or 10260520. OLE color: 10260520.

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

Color convert

RGB40144156-
CMYK0.740.0800.39
HSL186.21º59.18%38.43%-
HSV(B)186.21º74.36%61.18%-
XYZ16.8522.834.96-
YUV114.27151.5475.02-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.76%
GREEN value IS 144 (56.64% from 255) = 42.35%
BLUE value IS 156 (61.33% from 255) = 45.88%
R=11.76%
G=42.35%
B=45.88%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal401441560.740.0800.39186.2159.1838.43
Hex28909C4A8027ba3b26
Octal50220234112100472727346
Binary101000100100001001110010010101000010011110111010111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28909C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28909C; }

 p { color: rgb(40,144,156); }

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

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

 a { background-color: rgb(40,144,156); }

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

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

 span { border-color: rgb(40,144,156); }

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