#2088B2

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

Shades of Pelorous #2088B2

Tints of Pelorous #2088B2

Color information

#2088B2 (or 0x2088B2) is unknown color: approx Pelorous. HEX triplet: 20, 88 and B2. RGB value is (32,136,178). Sum of RGB (Red+Green+Blue) = 32+136+178=346 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.25% from 346); Green value is 136 (53.52% from 255 or 39.31% from 346); Blue value is 178 (69.92% from 255 or 51.45% from 346); Max value from RGB is 178 - color contains mainly: blue. Hex color #2088B2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2088B2 is #DF774D. Grayscale: #6D6D6D. Windows color (decimal): -14645070 or 11700256. OLE color: 11700256.

HSL color Cylindrical-coordinate representation of color #2088B2: hue angle of 197.26º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2088B2 is Cyan = 0.82, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB32136178-
CMYK0.820.2400.30
HSL197.26º69.52%41.18%-
HSV(B)197.26º82.02%69.8%-
XYZ17.4421.1345.28-
YUV109.69166.5472.58-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.25%
GREEN value IS 136 (53.52% from 255) = 39.31%
BLUE value IS 178 (69.92% from 255) = 51.45%
R=9.25%
G=39.31%
B=51.45%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal321361780.820.2400.30197.2669.5241.18
Hex2088B2521801Ec54629
Octal402102621223003630510651
Binary1000001000100010110010101001011000011110110001011000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2088B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2088B2; }

 p { color: rgb(32,136,178); }

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

<style>
 a { background-color: #2088B2; }

 a { background-color: rgb(32,136,178); }

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

<style>
 span { border-color: #2088B2; }

 span { border-color: rgb(32,136,178); }

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