Shades of Catalina Blue #213F68
Tints of Catalina Blue #213F68
RGB
CMYK
RGB Variations
Color information
#213F68 (or 0x213F68) is known color: Catalina Blue. HEX triplet: 21, 3F and 68. RGB value is (33,63,104). Sum of RGB (Red+Green+Blue) = 33+63+104=200 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.5% from 200); Green value is 63 (25% from 255 or 31.5% from 200); Blue value is 104 (41.02% from 255 or 52% from 200); Max value from RGB is 104 - color contains mainly: blue. Hex color #213F68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213F68 is #DEC097. Grayscale: #3A3A3A. Windows color (decimal): -14598296 or 6831905. OLE color: 6831905.
HSL color Cylindrical-coordinate representation of color #213F68: hue angle of 214.65º 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 #213F68 is Cyan = 0.68, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 33 | 63 | 104 | - |
| CMYK | 0.68 | 0.39 | 0 | 0.59 |
| HSL | 214.65º | 0.52% | 0.27% | - |
| HSV(B) | 214.65º | 0.68% | 0.41% | - |
| XYZ | 4.9 | 4.88 | 13.78 | - |
| YUV | 58.7 | 153.56 | 109.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 63 | 104 | 0.68 | 0.39 | 0 | 0.59 | 214.65 | 0.52 | 0.27 |
| Hex | 21 | 3F | 68 | 44 | 27 | 0 | 3B | D7 | 34 | 1B |
| Octal | 41 | 77 | 150 | 104 | 47 | 0 | 73 | 327 | 64 | 33 |
| Binary | 100001 | 111111 | 1101000 | 1000100 | 100111 | 0 | 111011 | 11010111 | 110100 | 11011 |
Color Harmonies of #213F68
Complementary color
Monochromatic Colors of #213F68
Black with #213F68
Text Example
Text Example
White with #213F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213F68; }
p { color: rgb(33,63,104); }
H1.HeaderClassName
{
color: #213F68;
}
.AnyTagClassName
{
color: #213F68;
}
</style>
background-color css
<style>
a { background-color: #213F68; }
a { background-color: rgb(33,63,104); }
div.DivClassName
{
background-color: #213F68;
}
.BgClassName
{
background-color: #213F68;
}
</style>
border-color css
<style>
span { border-color: #213F68; }
span { border-color: rgb(33,63,104); }
td.TdClassName
{
border-color: #213F68;
}
.TagClassName
{
border-color: #213F68;
}
</style>