#288eaf

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

Shades of Pelorous #288EAF

Tints of Pelorous #288EAF

Color information

#288EAF (or 0x288EAF) is unknown color: approx Pelorous. HEX triplet: 28, 8E and AF. RGB value is (40,142,175). Sum of RGB (Red+Green+Blue) = 40+142+175=357 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.20% from 357); Green value is 142 (55.86% from 255 or 39.78% from 357); Blue value is 175 (68.75% from 255 or 49.02% from 357); Max value from RGB is 175 - color contains mainly: blue. Hex color #288EAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288EAF is #D77150. Grayscale: #737373. Windows color (decimal): -14119249 or 11505192. OLE color: 11505192.

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

Color convert

RGB40142175-
CMYK0.770.1900.31
HSL194.67º62.79%42.16%-
HSV(B)194.67º77.14%68.63%-
XYZ18.2922.8944.01-
YUV115.26161.7174.32-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.20%
GREEN value IS 142 (55.86% from 255) = 39.78%
BLUE value IS 175 (68.75% from 255) = 49.02%
R=11.20%
G=39.78%
B=49.02%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal401421750.770.1900.31194.6762.7942.16
Hex288EAF4D1301Fc33f2a
Octal50216257115230373037752
Binary101000100011101010111110011011001101111111000011111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288eaf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,142,175); }

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

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

 a { background-color: rgb(40,142,175); }

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

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

 span { border-color: rgb(40,142,175); }

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