#288AAE

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

Shades of Pelorous #288AAE

Tints of Pelorous #288AAE

Color information

#288AAE (or 0x288AAE) is unknown color: approx Pelorous. HEX triplet: 28, 8A and AE. RGB value is (40,138,174). Sum of RGB (Red+Green+Blue) = 40+138+174=352 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.36% from 352); Green value is 138 (54.30% from 255 or 39.20% from 352); Blue value is 174 (68.36% from 255 or 49.43% from 352); Max value from RGB is 174 - color contains mainly: blue. Hex color #288AAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288AAE is #D77551. Grayscale: #707070. Windows color (decimal): -14120274 or 11438632. OLE color: 11438632.

HSL color Cylindrical-coordinate representation of color #288AAE: hue angle of 196.12º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #288AAE is Cyan = 0.77, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB40138174-
CMYK0.770.2100.32
HSL196.12º62.62%41.96%-
HSV(B)196.12º77.01%68.24%-
XYZ17.621.6843.3-
YUV112.8162.5376.07-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.36%
GREEN value IS 138 (54.30% from 255) = 39.20%
BLUE value IS 174 (68.36% from 255) = 49.43%
R=11.36%
G=39.20%
B=49.43%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal401381740.770.2100.32196.1262.6241.96
Hex288AAE4D15020c43f2a
Octal50212256115250403047752
Binary1010001000101010101110100110110101010000011000100111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,138,174); }

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

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

 a { background-color: rgb(40,138,174); }

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

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

 span { border-color: rgb(40,138,174); }

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