#2199BA

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

Shades of Pelorous #2199BA

Tints of Pelorous #2199BA

Color information

#2199BA (or 0x2199BA) is unknown color: approx Pelorous. HEX triplet: 21, 99 and BA. RGB value is (33,153,186). Sum of RGB (Red+Green+Blue) = 33+153+186=372 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.87% from 372); Green value is 153 (60.16% from 255 or 41.13% from 372); Blue value is 186 (73.05% from 255 or 50% from 372); Max value from RGB is 186 - color contains mainly: blue. Hex color #2199BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2199BA is #DE6645. Grayscale: #787878. Windows color (decimal): -14575174 or 12228897. OLE color: 12228897.

HSL color Cylindrical-coordinate representation of color #2199BA: hue angle of 192.94º 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 #2199BA is Cyan = 0.82, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB33153186-
CMYK0.820.1800.27
HSL192.94º69.86%42.94%-
HSV(B)192.94º82.26%72.94%-
XYZ20.8826.6550.5-
YUV120.88164.7465.32-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.87%
GREEN value IS 153 (60.16% from 255) = 41.13%
BLUE value IS 186 (73.05% from 255) = 50%
R=8.87%
G=41.13%
B=50%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal331531860.820.1800.27192.9469.8642.94
Hex2199BA521201Bc1462b
Octal412312721222203330110653
Binary1000011001100110111010101001010010011011110000011000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2199BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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