#288895

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

Shades of Scooter #288895

Tints of Scooter #288895

Color information

#288895 (or 0x288895) is unknown color: approx Scooter. HEX triplet: 28, 88 and 95. RGB value is (40,136,149). Sum of RGB (Red+Green+Blue) = 40+136+149=325 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.31% from 325); Green value is 136 (53.52% from 255 or 41.85% from 325); Blue value is 149 (58.59% from 255 or 45.85% from 325); Max value from RGB is 149 - color contains mainly: blue. Hex color #288895 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288895 is #D7776A. Grayscale: #6C6C6C. Windows color (decimal): -14120811 or 9799720. OLE color: 9799720.

HSL color Cylindrical-coordinate representation of color #288895: hue angle of 187.16º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #288895 is Cyan = 0.73, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB40136149-
CMYK0.730.0900.42
HSL187.16º57.67%37.06%-
HSV(B)187.16º73.15%58.43%-
XYZ15.120.2331.54-
YUV108.78150.778.94-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.31%
GREEN value IS 136 (53.52% from 255) = 41.85%
BLUE value IS 149 (58.59% from 255) = 45.85%
R=12.31%
G=41.85%
B=45.85%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal401361490.730.0900.42187.1657.6737.06
Hex28889549902Abb3a25
Octal50210225111110522737245
Binary101000100010001001010110010011001010101010111011111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #288895; }

 p { color: rgb(40,136,149); }

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

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

 a { background-color: rgb(40,136,149); }

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

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

 span { border-color: rgb(40,136,149); }

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