#219CB6

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

Shades of Pelorous #219CB6

Tints of Pelorous #219CB6

Color information

#219CB6 (or 0x219CB6) is unknown color: approx Pelorous. HEX triplet: 21, 9C and B6. RGB value is (33,156,182). Sum of RGB (Red+Green+Blue) = 33+156+182=371 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.89% from 371); Green value is 156 (61.33% from 255 or 42.05% from 371); Blue value is 182 (71.48% from 255 or 49.06% from 371); Max value from RGB is 182 - color contains mainly: blue. Hex color #219CB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #219CB6 is #DE6349. Grayscale: #797979. Windows color (decimal): -14574410 or 11967521. OLE color: 11967521.

HSL color Cylindrical-coordinate representation of color #219CB6: hue angle of 190.47º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #219CB6 is Cyan = 0.82, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB33156182-
CMYK0.820.1400.29
HSL190.47º69.3%42.16%-
HSV(B)190.47º81.87%71.37%-
XYZ20.9627.4848.46-
YUV122.19161.7564.39-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.89%
GREEN value IS 156 (61.33% from 255) = 42.05%
BLUE value IS 182 (71.48% from 255) = 49.06%
R=8.89%
G=42.05%
B=49.06%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal331561820.820.1400.29190.4769.342.16
Hex219CB652E01Dbe452a
Octal412342661221603527610552
Binary100001100111001011011010100101110011101101111101000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #219CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #219CB6; }

 p { color: rgb(33,156,182); }

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

<style>
 a { background-color: #219CB6; }

 a { background-color: rgb(33,156,182); }

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

<style>
 span { border-color: #219CB6; }

 span { border-color: rgb(33,156,182); }

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