Shades of Catalina Blue #214270
Tints of Catalina Blue #214270
RGB
CMYK
RGB Variations
Color information
#214270 (or 0x214270) is known color: Catalina Blue. HEX triplet: 21, 42 and 70. RGB value is (33,66,112). Sum of RGB (Red+Green+Blue) = 33+66+112=211 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.64% from 211); Green value is 66 (26.17% from 255 or 31.28% from 211); Blue value is 112 (44.14% from 255 or 53.08% from 211); Max value from RGB is 112 - color contains mainly: blue. Hex color #214270 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214270 is #DEBD8F. Grayscale: #3D3D3D. Windows color (decimal): -14597520 or 7356961. OLE color: 7356961.
HSL color Cylindrical-coordinate representation of color #214270: hue angle of 214.94º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #214270 is Cyan = 0.71, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 33 | 66 | 112 | - |
| CMYK | 0.71 | 0.41 | 0 | 0.56 |
| HSL | 214.94º | 0.54% | 0.28% | - |
| HSV(B) | 214.94º | 0.71% | 0.44% | - |
| XYZ | 5.5 | 5.39 | 16.08 | - |
| YUV | 61.38 | 156.57 | 107.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 66 | 112 | 0.71 | 0.41 | 0 | 0.56 | 214.94 | 0.54 | 0.28 |
| Hex | 21 | 42 | 70 | 47 | 29 | 0 | 38 | D7 | 36 | 1C |
| Octal | 41 | 102 | 160 | 107 | 51 | 0 | 70 | 327 | 66 | 34 |
| Binary | 100001 | 1000010 | 1110000 | 1000111 | 101001 | 0 | 111000 | 11010111 | 110110 | 11100 |
Color Harmonies of #214270
Complementary color
Monochromatic Colors of #214270
Black with #214270
Text Example
Text Example
White with #214270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214270; }
p { color: rgb(33,66,112); }
H1.HeaderClassName
{
color: #214270;
}
.AnyTagClassName
{
color: #214270;
}
</style>
background-color css
<style>
a { background-color: #214270; }
a { background-color: rgb(33,66,112); }
div.DivClassName
{
background-color: #214270;
}
.BgClassName
{
background-color: #214270;
}
</style>
border-color css
<style>
span { border-color: #214270; }
span { border-color: rgb(33,66,112); }
td.TdClassName
{
border-color: #214270;
}
.TagClassName
{
border-color: #214270;
}
</style>