Shades of Catalina Blue #213D5E
Tints of Catalina Blue #213D5E
RGB
CMYK
RGB Variations
Color information
#213D5E (or 0x213D5E) is known color: Catalina Blue. HEX triplet: 21, 3D and 5E. RGB value is (33,61,94). Sum of RGB (Red+Green+Blue) = 33+61+94=188 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.55% from 188); Green value is 61 (24.22% from 255 or 32.45% from 188); Blue value is 94 (37.11% from 255 or 50% from 188); Max value from RGB is 94 - color contains mainly: blue. Hex color #213D5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213D5E is #DEC2A1. Grayscale: #383838. Windows color (decimal): -14598818 or 6176033. OLE color: 6176033.
HSL color Cylindrical-coordinate representation of color #213D5E: hue angle of 212.46º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #213D5E is Cyan = 0.65, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 33 | 61 | 94 | - |
| CMYK | 0.65 | 0.35 | 0 | 0.63 |
| HSL | 212.46º | 0.48% | 0.25% | - |
| HSV(B) | 212.46º | 0.65% | 0.37% | - |
| XYZ | 4.32 | 4.47 | 11.22 | - |
| YUV | 56.39 | 149.22 | 111.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 61 | 94 | 0.65 | 0.35 | 0 | 0.63 | 212.46 | 0.48 | 0.25 |
| Hex | 21 | 3D | 5E | 41 | 23 | 0 | 3F | D4 | 30 | 19 |
| Octal | 41 | 75 | 136 | 101 | 43 | 0 | 77 | 324 | 60 | 31 |
| Binary | 100001 | 111101 | 1011110 | 1000001 | 100011 | 0 | 111111 | 11010100 | 110000 | 11001 |
Color Harmonies of #213D5E
Complementary color
Monochromatic Colors of #213D5E
Black with #213D5E
Text Example
Text Example
White with #213D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213D5E; }
p { color: rgb(33,61,94); }
H1.HeaderClassName
{
color: #213D5E;
}
.AnyTagClassName
{
color: #213D5E;
}
</style>
background-color css
<style>
a { background-color: #213D5E; }
a { background-color: rgb(33,61,94); }
div.DivClassName
{
background-color: #213D5E;
}
.BgClassName
{
background-color: #213D5E;
}
</style>
border-color css
<style>
span { border-color: #213D5E; }
span { border-color: rgb(33,61,94); }
td.TdClassName
{
border-color: #213D5E;
}
.TagClassName
{
border-color: #213D5E;
}
</style>