Shades of Pelorous #219DB3
Tints of Pelorous #219DB3
RGB
CMYK
RGB Variations
Color information
#219DB3 (or 0x219DB3) is known color: Pelorous. HEX triplet: 21, 9D and B3. RGB value is (33,157,179). Sum of RGB (Red+Green+Blue) = 33+157+179=369 (48% of max value = 765). Red value is 33 (13.28% from 255 or 8.94% from 369); Green value is 157 (61.72% from 255 or 42.55% from 369); Blue value is 179 (70.31% from 255 or 48.51% from 369); Max value from RGB is 179 - color contains mainly: blue. Hex color #219DB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #219DB3 is #DE624C. Grayscale: #7A7A7A. Windows color (decimal): -14574157 or 11771169. OLE color: 11771169.
HSL color Cylindrical-coordinate representation of color #219DB3: hue angle of 189.04º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #219DB3 is Cyan = 0.82, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 33 | 157 | 179 | - |
| CMYK | 0.82 | 0.12 | 0 | 0.30 |
| HSL | 189.04º | 0.69% | 0.42% | - |
| HSV(B) | 189.04º | 0.82% | 0.7% | - |
| XYZ | 20.82 | 27.69 | 46.9 | - |
| YUV | 122.43 | 159.92 | 64.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 157 | 179 | 0.82 | 0.12 | 0 | 0.30 | 189.04 | 0.69 | 0.42 |
| Hex | 21 | 9D | B3 | 52 | C | 0 | 1E | BD | 45 | 2A |
| Octal | 41 | 235 | 263 | 122 | 14 | 0 | 36 | 275 | 105 | 52 |
| Binary | 100001 | 10011101 | 10110011 | 1010010 | 1100 | 0 | 11110 | 10111101 | 1000101 | 101010 |
Color Harmonies of #219DB3
Complementary color
Monochromatic Colors of #219DB3
Black with #219DB3
Text Example
Text Example
White with #219DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219DB3; }
p { color: rgb(33,157,179); }
H1.HeaderClassName
{
color: #219DB3;
}
.AnyTagClassName
{
color: #219DB3;
}
</style>
background-color css
<style>
a { background-color: #219DB3; }
a { background-color: rgb(33,157,179); }
div.DivClassName
{
background-color: #219DB3;
}
.BgClassName
{
background-color: #219DB3;
}
</style>
border-color css
<style>
span { border-color: #219DB3; }
span { border-color: rgb(33,157,179); }
td.TdClassName
{
border-color: #219DB3;
}
.TagClassName
{
border-color: #219DB3;
}
</style>