#2199CC

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

Shades of Pelorous #2199CC

Tints of Pelorous #2199CC

Color information

#2199CC (or 0x2199CC) is unknown color: approx Pelorous. HEX triplet: 21, 99 and CC. RGB value is (33,153,204). Sum of RGB (Red+Green+Blue) = 33+153+204=390 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.46% from 390); Green value is 153 (60.16% from 255 or 39.23% from 390); Blue value is 204 (80.08% from 255 or 52.31% from 390); Max value from RGB is 204 - color contains mainly: blue. Hex color #2199CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2199CC is #DE6633. Grayscale: #7A7A7A. Windows color (decimal): -14575156 or 13408545. OLE color: 13408545.

HSL color Cylindrical-coordinate representation of color #2199CC: hue angle of 197.89º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2199CC is Cyan = 0.84, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB33153204-
CMYK0.840.2500.2
HSL197.89º72.15%46.47%-
HSV(B)197.89º83.82%80%-
XYZ22.9227.4761.22-
YUV122.93173.7463.85-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.46%
GREEN value IS 153 (60.16% from 255) = 39.23%
BLUE value IS 204 (80.08% from 255) = 52.31%
R=8.46%
G=39.23%
B=52.31%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal331532040.840.2500.2197.8972.1546.47
Hex2199CC5419014c6482e
Octal412313141243102430611056
Binary1000011001100111001100101010011001010100110001101001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2199CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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