Shades of Catalina Blue #213F67
Tints of Catalina Blue #213F67
RGB
CMYK
RGB Variations
Color information
#213F67 (or 0x213F67) is known color: Catalina Blue. HEX triplet: 21, 3F and 67. RGB value is (33,63,103). Sum of RGB (Red+Green+Blue) = 33+63+103=199 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.58% from 199); Green value is 63 (25% from 255 or 31.66% from 199); Blue value is 103 (40.62% from 255 or 51.76% from 199); Max value from RGB is 103 - color contains mainly: blue. Hex color #213F67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213F67 is #DEC098. Grayscale: #3A3A3A. Windows color (decimal): -14598297 or 6766369. OLE color: 6766369.
HSL color Cylindrical-coordinate representation of color #213F67: hue angle of 214.29º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #213F67 is Cyan = 0.68, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 33 | 63 | 103 | - |
| CMYK | 0.68 | 0.39 | 0 | 0.60 |
| HSL | 214.29º | 0.51% | 0.27% | - |
| HSV(B) | 214.29º | 0.68% | 0.4% | - |
| XYZ | 4.85 | 4.86 | 13.51 | - |
| YUV | 58.59 | 153.06 | 109.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 63 | 103 | 0.68 | 0.39 | 0 | 0.60 | 214.29 | 0.51 | 0.27 |
| Hex | 21 | 3F | 67 | 44 | 27 | 0 | 3C | D6 | 33 | 1B |
| Octal | 41 | 77 | 147 | 104 | 47 | 0 | 74 | 326 | 63 | 33 |
| Binary | 100001 | 111111 | 1100111 | 1000100 | 100111 | 0 | 111100 | 11010110 | 110011 | 11011 |
Color Harmonies of #213F67
Complementary color
Monochromatic Colors of #213F67
Black with #213F67
Text Example
Text Example
White with #213F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213F67; }
p { color: rgb(33,63,103); }
H1.HeaderClassName
{
color: #213F67;
}
.AnyTagClassName
{
color: #213F67;
}
</style>
background-color css
<style>
a { background-color: #213F67; }
a { background-color: rgb(33,63,103); }
div.DivClassName
{
background-color: #213F67;
}
.BgClassName
{
background-color: #213F67;
}
</style>
border-color css
<style>
span { border-color: #213F67; }
span { border-color: rgb(33,63,103); }
td.TdClassName
{
border-color: #213F67;
}
.TagClassName
{
border-color: #213F67;
}
</style>