#288CB3

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

Shades of Pelorous #288CB3

Tints of Pelorous #288CB3

Color information

#288CB3 (or 0x288CB3) is unknown color: approx Pelorous. HEX triplet: 28, 8C and B3. RGB value is (40,140,179). Sum of RGB (Red+Green+Blue) = 40+140+179=359 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.14% from 359); Green value is 140 (55.08% from 255 or 39.00% from 359); Blue value is 179 (70.31% from 255 or 49.86% from 359); Max value from RGB is 179 - color contains mainly: blue. Hex color #288CB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #288CB3 is #D7734C. Grayscale: #727272. Windows color (decimal): -14119757 or 11766824. OLE color: 11766824.

HSL color Cylindrical-coordinate representation of color #288CB3: hue angle of 196.83º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #288CB3 is Cyan = 0.78, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB40140179-
CMYK0.780.2200.30
HSL196.83º63.47%42.94%-
HSV(B)196.83º77.65%70.2%-
XYZ18.3922.4646.01-
YUV114.55164.3774.83-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.14%
GREEN value IS 140 (55.08% from 255) = 39.00%
BLUE value IS 179 (70.31% from 255) = 49.86%
R=11.14%
G=39.00%
B=49.86%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal401401790.780.2200.30196.8363.4742.94
Hex288CB34E1601Ec53f2b
Octal50214263116260363057753
Binary101000100011001011001110011101011001111011000101111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,140,179); }

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

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

 a { background-color: rgb(40,140,179); }

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

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

 span { border-color: rgb(40,140,179); }

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