#2189BA

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

Shades of Pelorous #2189BA

Tints of Pelorous #2189BA

Color information

#2189BA (or 0x2189BA) is unknown color: approx Pelorous. HEX triplet: 21, 89 and BA. RGB value is (33,137,186). Sum of RGB (Red+Green+Blue) = 33+137+186=356 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.27% from 356); Green value is 137 (53.91% from 255 or 38.48% from 356); Blue value is 186 (73.05% from 255 or 52.25% from 356); Max value from RGB is 186 - color contains mainly: blue. Hex color #2189BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2189BA is #DE7645. Grayscale: #6F6F6F. Windows color (decimal): -14579270 or 12224801. OLE color: 12224801.

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

Color convert

RGB33137186-
CMYK0.820.2600.27
HSL199.22º69.86%42.94%-
HSV(B)199.22º82.26%72.94%-
XYZ18.4421.7649.68-
YUV111.49170.0472.02-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.27%
GREEN value IS 137 (53.91% from 255) = 38.48%
BLUE value IS 186 (73.05% from 255) = 52.25%
R=9.27%
G=38.48%
B=52.25%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal331371860.820.2600.27199.2269.8642.94
Hex2189BA521A01Bc7462b
Octal412112721223203330710653
Binary1000011000100110111010101001011010011011110001111000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2189BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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