#288bb1

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

Shades of Pelorous #288BB1

Tints of Pelorous #288BB1

Color information

#288BB1 (or 0x288BB1) is unknown color: approx Pelorous. HEX triplet: 28, 8B and B1. RGB value is (40,139,177). Sum of RGB (Red+Green+Blue) = 40+139+177=356 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.24% from 356); Green value is 139 (54.69% from 255 or 39.04% from 356); Blue value is 177 (69.53% from 255 or 49.72% from 356); Max value from RGB is 177 - color contains mainly: blue. Hex color #288BB1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288BB1 is #D7744E. Grayscale: #717171. Windows color (decimal): -14120015 or 11635496. OLE color: 11635496.

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

Color convert

RGB40139177-
CMYK0.770.2100.31
HSL196.64º63.13%42.55%-
HSV(B)196.64º77.4%69.41%-
XYZ18.0422.0944.91-
YUV113.73163.775.41-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.24%
GREEN value IS 139 (54.69% from 255) = 39.04%
BLUE value IS 177 (69.53% from 255) = 49.72%
R=11.24%
G=39.04%
B=49.72%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal401391770.770.2100.31196.6463.1342.55
Hex288BB14D1501Fc53f2b
Octal50213261115250373057753
Binary101000100010111011000110011011010101111111000101111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288bb1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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