#288192

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

Shades of Scooter #288192

Tints of Scooter #288192

Color information

#288192 (or 0x288192) is unknown color: approx Scooter. HEX triplet: 28, 81 and 92. RGB value is (40,129,146). Sum of RGB (Red+Green+Blue) = 40+129+146=315 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.70% from 315); Green value is 129 (50.78% from 255 or 40.95% from 315); Blue value is 146 (57.42% from 255 or 46.35% from 315); Max value from RGB is 146 - color contains mainly: blue. Hex color #288192 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288192 is #D77E6D. Grayscale: #686868. Windows color (decimal): -14122606 or 9601320. OLE color: 9601320.

HSL color Cylindrical-coordinate representation of color #288192: hue angle of 189.62º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #288192 is Cyan = 0.73, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB40129146-
CMYK0.730.1200.43
HSL189.62º56.99%36.47%-
HSV(B)189.62º72.6%57.25%-
XYZ13.9118.2329.98-
YUV104.33151.5182.12-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.70%
GREEN value IS 129 (50.78% from 255) = 40.95%
BLUE value IS 146 (57.42% from 255) = 46.35%
R=12.70%
G=40.95%
B=46.35%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal401291460.730.1200.43189.6256.9936.47
Hex28819249C02Bbe3924
Octal50201222111140532767144
Binary101000100000011001001010010011100010101110111110111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #288192; }

 p { color: rgb(40,129,146); }

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

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

 a { background-color: rgb(40,129,146); }

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

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

 span { border-color: rgb(40,129,146); }

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