Shades of Catalina Blue #213F65
Tints of Catalina Blue #213F65
RGB
CMYK
RGB Variations
Color information
#213F65 (or 0x213F65) is known color: Catalina Blue. HEX triplet: 21, 3F and 65. RGB value is (33,63,101). Sum of RGB (Red+Green+Blue) = 33+63+101=197 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.75% from 197); Green value is 63 (25% from 255 or 31.98% from 197); Blue value is 101 (39.84% from 255 or 51.27% from 197); Max value from RGB is 101 - color contains mainly: blue. Hex color #213F65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213F65 is #DEC09A. Grayscale: #3A3A3A. Windows color (decimal): -14598299 or 6635297. OLE color: 6635297.
HSL color Cylindrical-coordinate representation of color #213F65: hue angle of 213.53º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #213F65 is Cyan = 0.67, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 33 | 63 | 101 | - |
| CMYK | 0.67 | 0.38 | 0 | 0.60 |
| HSL | 213.53º | 0.51% | 0.26% | - |
| HSV(B) | 213.53º | 0.67% | 0.4% | - |
| XYZ | 4.75 | 4.82 | 12.99 | - |
| YUV | 58.36 | 152.06 | 109.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 63 | 101 | 0.67 | 0.38 | 0 | 0.60 | 213.53 | 0.51 | 0.26 |
| Hex | 21 | 3F | 65 | 43 | 26 | 0 | 3C | D6 | 33 | 1A |
| Octal | 41 | 77 | 145 | 103 | 46 | 0 | 74 | 326 | 63 | 32 |
| Binary | 100001 | 111111 | 1100101 | 1000011 | 100110 | 0 | 111100 | 11010110 | 110011 | 11010 |
Color Harmonies of #213F65
Complementary color
Monochromatic Colors of #213F65
Black with #213F65
Text Example
Text Example
White with #213F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213F65; }
p { color: rgb(33,63,101); }
H1.HeaderClassName
{
color: #213F65;
}
.AnyTagClassName
{
color: #213F65;
}
</style>
background-color css
<style>
a { background-color: #213F65; }
a { background-color: rgb(33,63,101); }
div.DivClassName
{
background-color: #213F65;
}
.BgClassName
{
background-color: #213F65;
}
</style>
border-color css
<style>
span { border-color: #213F65; }
span { border-color: rgb(33,63,101); }
td.TdClassName
{
border-color: #213F65;
}
.TagClassName
{
border-color: #213F65;
}
</style>