#288195

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

Shades of Scooter #288195

Tints of Scooter #288195

Color information

#288195 (or 0x288195) is unknown color: approx Scooter. HEX triplet: 28, 81 and 95. RGB value is (40,129,149). Sum of RGB (Red+Green+Blue) = 40+129+149=318 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.58% from 318); Green value is 129 (50.78% from 255 or 40.57% from 318); Blue value is 149 (58.59% from 255 or 46.86% from 318); Max value from RGB is 149 - color contains mainly: blue. Hex color #288195 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288195 is #D77E6A. Grayscale: #686868. Windows color (decimal): -14122603 or 9797928. OLE color: 9797928.

HSL color Cylindrical-coordinate representation of color #288195: hue angle of 191.01º 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 #288195 is Cyan = 0.73, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB40129149-
CMYK0.730.1300.42
HSL191.01º57.67%37.06%-
HSV(B)191.01º73.15%58.43%-
XYZ14.1518.3231.22-
YUV104.67153.0181.87-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.58%
GREEN value IS 129 (50.78% from 255) = 40.57%
BLUE value IS 149 (58.59% from 255) = 46.86%
R=12.58%
G=40.57%
B=46.86%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal401291490.730.1300.42191.0157.6737.06
Hex28819549D02Abf3a25
Octal50201225111150522777245
Binary101000100000011001010110010011101010101010111111111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #288195; }

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

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

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

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

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

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

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

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