#2199CA

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

Shades of Pelorous #2199CA

Tints of Pelorous #2199CA

Color information

#2199CA (or 0x2199CA) is unknown color: approx Pelorous. HEX triplet: 21, 99 and CA. RGB value is (33,153,202). Sum of RGB (Red+Green+Blue) = 33+153+202=388 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.51% from 388); Green value is 153 (60.16% from 255 or 39.43% from 388); Blue value is 202 (79.30% from 255 or 52.06% from 388); Max value from RGB is 202 - color contains mainly: blue. Hex color #2199CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2199CA is #DE6635. Grayscale: #7A7A7A. Windows color (decimal): -14575158 or 13277473. OLE color: 13277473.

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

Color convert

RGB33153202-
CMYK0.840.2400.21
HSL197.4º71.91%46.08%-
HSV(B)197.4º83.66%79.22%-
XYZ22.6827.3759.96-
YUV122.71172.7464.02-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.51%
GREEN value IS 153 (60.16% from 255) = 39.43%
BLUE value IS 202 (79.30% from 255) = 52.06%
R=8.51%
G=39.43%
B=52.06%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal331532020.840.2400.21197.471.9146.08
Hex2199CA5418015c5482e
Octal412313121243002530511056
Binary1000011001100111001010101010011000010101110001011001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2199CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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