#288baa

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

Shades of Scooter #288BAA

Tints of Scooter #288BAA

Color information

#288BAA (or 0x288BAA) is unknown color: approx Scooter. HEX triplet: 28, 8B and AA. RGB value is (40,139,170). Sum of RGB (Red+Green+Blue) = 40+139+170=349 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.46% from 349); Green value is 139 (54.69% from 255 or 39.83% from 349); Blue value is 170 (66.80% from 255 or 48.71% from 349); Max value from RGB is 170 - color contains mainly: blue. Hex color #288BAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288BAA is #D77455. Grayscale: #707070. Windows color (decimal): -14120022 or 11176744. OLE color: 11176744.

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

Color convert

RGB40139170-
CMYK0.760.1800.33
HSL194.31º61.9%41.18%-
HSV(B)194.31º76.47%66.67%-
XYZ17.3621.8241.33-
YUV112.93160.275.98-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.46%
GREEN value IS 139 (54.69% from 255) = 39.83%
BLUE value IS 170 (66.80% from 255) = 48.71%
R=11.46%
G=39.83%
B=48.71%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal401391700.760.1800.33194.3161.941.18
Hex288BAA4C12021c23e29
Octal50213252114220413027651
Binary1010001000101110101010100110010010010000111000010111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288baa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,139,170); }

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

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

 a { background-color: rgb(40,139,170); }

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

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

 span { border-color: rgb(40,139,170); }

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