Shades of Catalina Blue #213E6B
Tints of Catalina Blue #213E6B
RGB
CMYK
RGB Variations
Color information
#213E6B (or 0x213E6B) is known color: Catalina Blue. HEX triplet: 21, 3E and 6B. RGB value is (33,62,107). Sum of RGB (Red+Green+Blue) = 33+62+107=202 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.34% from 202); Green value is 62 (24.61% from 255 or 30.69% from 202); Blue value is 107 (42.19% from 255 or 52.97% from 202); Max value from RGB is 107 - color contains mainly: blue. Hex color #213E6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213E6B is #DEC194. Grayscale: #3A3A3A. Windows color (decimal): -14598549 or 7028257. OLE color: 7028257.
HSL color Cylindrical-coordinate representation of color #213E6B: hue angle of 216.49º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #213E6B is Cyan = 0.69, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 33 | 62 | 107 | - |
| CMYK | 0.69 | 0.42 | 0 | 0.58 |
| HSL | 216.49º | 0.53% | 0.27% | - |
| HSV(B) | 216.49º | 0.69% | 0.42% | - |
| XYZ | 5 | 4.83 | 14.58 | - |
| YUV | 58.46 | 155.39 | 109.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 62 | 107 | 0.69 | 0.42 | 0 | 0.58 | 216.49 | 0.53 | 0.27 |
| Hex | 21 | 3E | 6B | 45 | 2A | 0 | 3A | D8 | 35 | 1B |
| Octal | 41 | 76 | 153 | 105 | 52 | 0 | 72 | 330 | 65 | 33 |
| Binary | 100001 | 111110 | 1101011 | 1000101 | 101010 | 0 | 111010 | 11011000 | 110101 | 11011 |
Color Harmonies of #213E6B
Complementary color
Monochromatic Colors of #213E6B
Black with #213E6B
Text Example
Text Example
White with #213E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213E6B; }
p { color: rgb(33,62,107); }
H1.HeaderClassName
{
color: #213E6B;
}
.AnyTagClassName
{
color: #213E6B;
}
</style>
background-color css
<style>
a { background-color: #213E6B; }
a { background-color: rgb(33,62,107); }
div.DivClassName
{
background-color: #213E6B;
}
.BgClassName
{
background-color: #213E6B;
}
</style>
border-color css
<style>
span { border-color: #213E6B; }
span { border-color: rgb(33,62,107); }
td.TdClassName
{
border-color: #213E6B;
}
.TagClassName
{
border-color: #213E6B;
}
</style>