#219CCB

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

Shades of Pelorous #219CCB

Tints of Pelorous #219CCB

Color information

#219CCB (or 0x219CCB) is unknown color: approx Pelorous. HEX triplet: 21, 9C and CB. RGB value is (33,156,203). Sum of RGB (Red+Green+Blue) = 33+156+203=392 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.42% from 392); Green value is 156 (61.33% from 255 or 39.80% from 392); Blue value is 203 (79.69% from 255 or 51.79% from 392); Max value from RGB is 203 - color contains mainly: blue. Hex color #219CCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #219CCB is #DE6334. Grayscale: #7C7C7C. Windows color (decimal): -14574389 or 13343777. OLE color: 13343777.

HSL color Cylindrical-coordinate representation of color #219CCB: hue angle of 196.59º 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 #219CCB is Cyan = 0.84, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB33156203-
CMYK0.840.2300.20
HSL196.59º72.03%46.27%-
HSV(B)196.59º83.74%79.61%-
XYZ23.328.4160.76-
YUV124.58172.2562.68-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.42%
GREEN value IS 156 (61.33% from 255) = 39.80%
BLUE value IS 203 (79.69% from 255) = 51.79%
R=8.42%
G=39.80%
B=51.79%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal331562030.840.2300.20196.5972.0346.27
Hex219CCB5417014c5482e
Octal412343131242702430511056
Binary1000011001110011001011101010010111010100110001011001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #219CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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