#288DAB

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

Shades of Scooter #288DAB

Tints of Scooter #288DAB

Color information

#288DAB (or 0x288DAB) is unknown color: approx Scooter. HEX triplet: 28, 8D and AB. RGB value is (40,141,171). Sum of RGB (Red+Green+Blue) = 40+141+171=352 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.36% from 352); Green value is 141 (55.47% from 255 or 40.06% from 352); Blue value is 171 (67.19% from 255 or 48.58% from 352); Max value from RGB is 171 - color contains mainly: blue. Hex color #288DAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288DAB is #D77254. Grayscale: #727272. Windows color (decimal): -14119509 or 11242792. OLE color: 11242792.

HSL color Cylindrical-coordinate representation of color #288DAB: hue angle of 193.74º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #288DAB is Cyan = 0.77, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB40141171-
CMYK0.770.1800.33
HSL193.74º62.09%41.37%-
HSV(B)193.74º76.61%67.06%-
XYZ17.7522.4441.92-
YUV114.22160.0475.06-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.36%
GREEN value IS 141 (55.47% from 255) = 40.06%
BLUE value IS 171 (67.19% from 255) = 48.58%
R=11.36%
G=40.06%
B=48.58%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal401411710.770.1800.33193.7462.0941.37
Hex288DAB4D12021c23e29
Octal50215253115220413027651
Binary1010001000110110101011100110110010010000111000010111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #288DAB; }

 p { color: rgb(40,141,171); }

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

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

 a { background-color: rgb(40,141,171); }

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

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

 span { border-color: rgb(40,141,171); }

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