#28809B

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

Shades of Scooter #28809B

Tints of Scooter #28809B

Color information

#28809B (or 0x28809B) is unknown color: approx Scooter. HEX triplet: 28, 80 and 9B. RGB value is (40,128,155). Sum of RGB (Red+Green+Blue) = 40+128+155=323 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.38% from 323); Green value is 128 (50.39% from 255 or 39.63% from 323); Blue value is 155 (60.94% from 255 or 47.99% from 323); Max value from RGB is 155 - color contains mainly: blue. Hex color #28809B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28809B is #D77F64. Grayscale: #686868. Windows color (decimal): -14122853 or 10190888. OLE color: 10190888.

HSL color Cylindrical-coordinate representation of color #28809B: hue angle of 194.09º 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 #28809B is Cyan = 0.74, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB40128155-
CMYK0.740.1700.39
HSL194.09º58.97%38.24%-
HSV(B)194.09º74.19%60.78%-
XYZ14.5118.2633.77-
YUV104.77156.3581.8-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.38%
GREEN value IS 128 (50.39% from 255) = 39.63%
BLUE value IS 155 (60.94% from 255) = 47.99%
R=12.38%
G=39.63%
B=47.99%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal401281550.740.1700.39194.0958.9738.24
Hex28809B4A11027c23b26
Octal50200233112210473027346
Binary1010001000000010011011100101010001010011111000010111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28809B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28809B; }

 p { color: rgb(40,128,155); }

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

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

 a { background-color: rgb(40,128,155); }

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

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

 span { border-color: rgb(40,128,155); }

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