#219CBA

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

Shades of Pelorous #219CBA

Tints of Pelorous #219CBA

Color information

#219CBA (or 0x219CBA) is unknown color: approx Pelorous. HEX triplet: 21, 9C and BA. RGB value is (33,156,186). Sum of RGB (Red+Green+Blue) = 33+156+186=375 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.8% from 375); Green value is 156 (61.33% from 255 or 41.6% from 375); Blue value is 186 (73.05% from 255 or 49.6% from 375); Max value from RGB is 186 - color contains mainly: blue. Hex color #219CBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #219CBA is #DE6345. Grayscale: #7A7A7A. Windows color (decimal): -14574406 or 12229665. OLE color: 12229665.

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

Color convert

RGB33156186-
CMYK0.820.1600.27
HSL191.76º69.86%42.94%-
HSV(B)191.76º82.26%72.94%-
XYZ21.3827.6550.66-
YUV122.64163.7564.06-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.8%
GREEN value IS 156 (61.33% from 255) = 41.6%
BLUE value IS 186 (73.05% from 255) = 49.6%
R=8.8%
G=41.6%
B=49.6%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal331561860.820.1600.27191.7669.8642.94
Hex219CBA521001Bc0462b
Octal412342721222003330010653
Binary1000011001110010111010101001010000011011110000001000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #219CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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