Shades of Catalina Blue #213A6B
Tints of Catalina Blue #213A6B
RGB
CMYK
RGB Variations
Color information
#213A6B (or 0x213A6B) is known color: Catalina Blue. HEX triplet: 21, 3A and 6B. RGB value is (33,58,107). Sum of RGB (Red+Green+Blue) = 33+58+107=198 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.67% from 198); Green value is 58 (23.05% from 255 or 29.29% from 198); Blue value is 107 (42.19% from 255 or 54.04% from 198); Max value from RGB is 107 - color contains mainly: blue. Hex color #213A6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213A6B is #DEC594. Grayscale: #373737. Windows color (decimal): -14599573 or 7027233. OLE color: 7027233.
HSL color Cylindrical-coordinate representation of color #213A6B: hue angle of 219.73º 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 #213A6B is Cyan = 0.69, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 33 | 58 | 107 | - |
| CMYK | 0.69 | 0.46 | 0 | 0.58 |
| HSL | 219.73º | 0.53% | 0.27% | - |
| HSV(B) | 219.73º | 0.69% | 0.42% | - |
| XYZ | 4.79 | 4.41 | 14.51 | - |
| YUV | 56.11 | 156.72 | 111.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 58 | 107 | 0.69 | 0.46 | 0 | 0.58 | 219.73 | 0.53 | 0.27 |
| Hex | 21 | 3A | 6B | 45 | 2E | 0 | 3A | DC | 35 | 1B |
| Octal | 41 | 72 | 153 | 105 | 56 | 0 | 72 | 334 | 65 | 33 |
| Binary | 100001 | 111010 | 1101011 | 1000101 | 101110 | 0 | 111010 | 11011100 | 110101 | 11011 |
Color Harmonies of #213A6B
Complementary color
Monochromatic Colors of #213A6B
Black with #213A6B
Text Example
Text Example
White with #213A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213A6B; }
p { color: rgb(33,58,107); }
H1.HeaderClassName
{
color: #213A6B;
}
.AnyTagClassName
{
color: #213A6B;
}
</style>
background-color css
<style>
a { background-color: #213A6B; }
a { background-color: rgb(33,58,107); }
div.DivClassName
{
background-color: #213A6B;
}
.BgClassName
{
background-color: #213A6B;
}
</style>
border-color css
<style>
span { border-color: #213A6B; }
span { border-color: rgb(33,58,107); }
td.TdClassName
{
border-color: #213A6B;
}
.TagClassName
{
border-color: #213A6B;
}
</style>