#288796

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

Shades of Scooter #288796

Tints of Scooter #288796

Color information

#288796 (or 0x288796) is unknown color: approx Scooter. HEX triplet: 28, 87 and 96. RGB value is (40,135,150). Sum of RGB (Red+Green+Blue) = 40+135+150=325 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.31% from 325); Green value is 135 (53.12% from 255 or 41.54% from 325); Blue value is 150 (58.98% from 255 or 46.15% from 325); Max value from RGB is 150 - color contains mainly: blue. Hex color #288796 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288796 is #D77869. Grayscale: #6C6C6C. Windows color (decimal): -14121066 or 9865000. OLE color: 9865000.

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

Color convert

RGB40135150-
CMYK0.730.100.41
HSL188.18º57.89%37.25%-
HSV(B)188.18º73.33%58.82%-
XYZ15.0419.9831.92-
YUV108.3151.5379.28-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.31%
GREEN value IS 135 (53.12% from 255) = 41.54%
BLUE value IS 150 (58.98% from 255) = 46.15%
R=12.31%
G=41.54%
B=46.15%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal401351500.730.100.41188.1857.8937.25
Hex28879649A029bc3a25
Octal50207226111120512747245
Binary101000100001111001011010010011010010100110111100111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #288796; }

 p { color: rgb(40,135,150); }

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

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

 a { background-color: rgb(40,135,150); }

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

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

 span { border-color: rgb(40,135,150); }

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