Shades of Catalina Blue #213B68
Tints of Catalina Blue #213B68
RGB
CMYK
RGB Variations
Color information
#213B68 (or 0x213B68) is known color: Catalina Blue. HEX triplet: 21, 3B and 68. RGB value is (33,59,104). Sum of RGB (Red+Green+Blue) = 33+59+104=196 (25% of max value = 765). Red value is 33 (13.28% from 255 or 16.84% from 196); Green value is 59 (23.44% from 255 or 30.10% from 196); Blue value is 104 (41.02% from 255 or 53.06% from 196); Max value from RGB is 104 - color contains mainly: blue. Hex color #213B68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213B68 is #DEC497. Grayscale: #383838. Windows color (decimal): -14599320 or 6830881. OLE color: 6830881.
HSL color Cylindrical-coordinate representation of color #213B68: hue angle of 218.03º 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 #213B68 is Cyan = 0.68, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 33 | 59 | 104 | - |
| CMYK | 0.68 | 0.43 | 0 | 0.59 |
| HSL | 218.03º | 0.52% | 0.27% | - |
| HSV(B) | 218.03º | 0.68% | 0.41% | - |
| XYZ | 4.69 | 4.45 | 13.71 | - |
| YUV | 56.36 | 154.89 | 111.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 59 | 104 | 0.68 | 0.43 | 0 | 0.59 | 218.03 | 0.52 | 0.27 |
| Hex | 21 | 3B | 68 | 44 | 2B | 0 | 3B | DA | 34 | 1B |
| Octal | 41 | 73 | 150 | 104 | 53 | 0 | 73 | 332 | 64 | 33 |
| Binary | 100001 | 111011 | 1101000 | 1000100 | 101011 | 0 | 111011 | 11011010 | 110100 | 11011 |
Color Harmonies of #213B68
Complementary color
Monochromatic Colors of #213B68
Black with #213B68
Text Example
Text Example
White with #213B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213B68; }
p { color: rgb(33,59,104); }
H1.HeaderClassName
{
color: #213B68;
}
.AnyTagClassName
{
color: #213B68;
}
</style>
background-color css
<style>
a { background-color: #213B68; }
a { background-color: rgb(33,59,104); }
div.DivClassName
{
background-color: #213B68;
}
.BgClassName
{
background-color: #213B68;
}
</style>
border-color css
<style>
span { border-color: #213B68; }
span { border-color: rgb(33,59,104); }
td.TdClassName
{
border-color: #213B68;
}
.TagClassName
{
border-color: #213B68;
}
</style>