Shades of Catalina Blue #213868
Tints of Catalina Blue #213868
RGB
CMYK
RGB Variations
Color information
#213868 (or 0x213868) is known color: Catalina Blue. HEX triplet: 21, 38 and 68. RGB value is (33,56,104). Sum of RGB (Red+Green+Blue) = 33+56+104=193 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.10% from 193); Green value is 56 (22.27% from 255 or 29.02% from 193); Blue value is 104 (41.02% from 255 or 53.89% from 193); Max value from RGB is 104 - color contains mainly: blue. Hex color #213868 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213868 is #DEC797. Grayscale: #363636. Windows color (decimal): -14600088 or 6830113. OLE color: 6830113.
HSL color Cylindrical-coordinate representation of color #213868: hue angle of 220.56º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #213868 is Cyan = 0.68, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 33 | 56 | 104 | - |
| CMYK | 0.68 | 0.46 | 0 | 0.59 |
| HSL | 220.56º | 0.52% | 0.27% | - |
| HSV(B) | 220.56º | 0.68% | 0.41% | - |
| XYZ | 4.54 | 4.15 | 13.66 | - |
| YUV | 54.6 | 155.88 | 112.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 56 | 104 | 0.68 | 0.46 | 0 | 0.59 | 220.56 | 0.52 | 0.27 |
| Hex | 21 | 38 | 68 | 44 | 2E | 0 | 3B | DD | 34 | 1B |
| Octal | 41 | 70 | 150 | 104 | 56 | 0 | 73 | 335 | 64 | 33 |
| Binary | 100001 | 111000 | 1101000 | 1000100 | 101110 | 0 | 111011 | 11011101 | 110100 | 11011 |
Color Harmonies of #213868
Complementary color
Monochromatic Colors of #213868
Black with #213868
Text Example
Text Example
White with #213868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213868; }
p { color: rgb(33,56,104); }
H1.HeaderClassName
{
color: #213868;
}
.AnyTagClassName
{
color: #213868;
}
</style>
background-color css
<style>
a { background-color: #213868; }
a { background-color: rgb(33,56,104); }
div.DivClassName
{
background-color: #213868;
}
.BgClassName
{
background-color: #213868;
}
</style>
border-color css
<style>
span { border-color: #213868; }
span { border-color: rgb(33,56,104); }
td.TdClassName
{
border-color: #213868;
}
.TagClassName
{
border-color: #213868;
}
</style>