#288095

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

Shades of Scooter #288095

Tints of Scooter #288095

Color information

#288095 (or 0x288095) is unknown color: approx Scooter. HEX triplet: 28, 80 and 95. RGB value is (40,128,149). Sum of RGB (Red+Green+Blue) = 40+128+149=317 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.62% from 317); Green value is 128 (50.39% from 255 or 40.38% from 317); Blue value is 149 (58.59% from 255 or 47.00% from 317); Max value from RGB is 149 - color contains mainly: blue. Hex color #288095 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288095 is #D77F6A. Grayscale: #676767. Windows color (decimal): -14122859 or 9797672. OLE color: 9797672.

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

Color convert

RGB40128149-
CMYK0.730.1400.42
HSL191.56º57.67%37.06%-
HSV(B)191.56º73.15%58.43%-
XYZ14.0218.0631.18-
YUV104.08153.3582.29-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.62%
GREEN value IS 128 (50.39% from 255) = 40.38%
BLUE value IS 149 (58.59% from 255) = 47.00%
R=12.62%
G=40.38%
B=47.00%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal401281490.730.1400.42191.5657.6737.06
Hex28809549E02Ac03a25
Octal50200225111160523007245
Binary101000100000001001010110010011110010101011000000111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #288095; }

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

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

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

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

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

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

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

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