#2089BA

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

Shades of Pelorous #2089BA

Tints of Pelorous #2089BA

Color information

#2089BA (or 0x2089BA) is unknown color: approx Pelorous. HEX triplet: 20, 89 and BA. RGB value is (32,137,186). Sum of RGB (Red+Green+Blue) = 32+137+186=355 (47% of max value = 765). Red value is 32 (12.89% from 255 or 9.01% from 355); Green value is 137 (53.91% from 255 or 38.59% from 355); Blue value is 186 (73.05% from 255 or 52.39% from 355); Max value from RGB is 186 - color contains mainly: blue. Hex color #2089BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2089BA is #DF7645. Grayscale: #6E6E6E. Windows color (decimal): -14644806 or 12224800. OLE color: 12224800.

HSL color Cylindrical-coordinate representation of color #2089BA: hue angle of 199.09º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2089BA is Cyan = 0.83, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB32137186-
CMYK0.830.2600.27
HSL199.09º70.64%42.75%-
HSV(B)199.09º82.8%72.94%-
XYZ18.421.7449.68-
YUV111.19170.2171.52-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.01%
GREEN value IS 137 (53.91% from 255) = 38.59%
BLUE value IS 186 (73.05% from 255) = 52.39%
R=9.01%
G=38.59%
B=52.39%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal321371860.830.2600.27199.0970.6442.75
Hex2089BA531A01Bc7472b
Octal402112721233203330710753
Binary1000001000100110111010101001111010011011110001111000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2089BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2089BA; }

 p { color: rgb(32,137,186); }

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

<style>
 a { background-color: #2089BA; }

 a { background-color: rgb(32,137,186); }

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

<style>
 span { border-color: #2089BA; }

 span { border-color: rgb(32,137,186); }

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