Shades of Catalina Blue #21315D
Tints of Catalina Blue #21315D
RGB
CMYK
RGB Variations
Color information
#21315D (or 0x21315D) is known color: Catalina Blue. HEX triplet: 21, 31 and 5D. RGB value is (33,49,93). Sum of RGB (Red+Green+Blue) = 33+49+93=175 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.86% from 175); Green value is 49 (19.53% from 255 or 28% from 175); Blue value is 93 (36.72% from 255 or 53.14% from 175); Max value from RGB is 93 - color contains mainly: blue. Hex color #21315D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21315D is #DECEA2. Grayscale: #313131. Windows color (decimal): -14601891 or 6107425. OLE color: 6107425.
HSL color Cylindrical-coordinate representation of color #21315D: hue angle of 224º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #21315D is Cyan = 0.65, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 33 | 49 | 93 | - |
| CMYK | 0.65 | 0.47 | 0 | 0.64 |
| HSL | 224º | 0.48% | 0.25% | - |
| HSV(B) | 224º | 0.65% | 0.36% | - |
| XYZ | 3.7 | 3.31 | 10.8 | - |
| YUV | 49.23 | 152.7 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 49 | 93 | 0.65 | 0.47 | 0 | 0.64 | 224 | 0.48 | 0.25 |
| Hex | 21 | 31 | 5D | 41 | 2F | 0 | 40 | E0 | 30 | 19 |
| Octal | 41 | 61 | 135 | 101 | 57 | 0 | 100 | 340 | 60 | 31 |
| Binary | 100001 | 110001 | 1011101 | 1000001 | 101111 | 0 | 1000000 | 11100000 | 110000 | 11001 |
Color Harmonies of #21315D
Complementary color
Monochromatic Colors of #21315D
Black with #21315D
Text Example
Text Example
White with #21315D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21315D; }
p { color: rgb(33,49,93); }
H1.HeaderClassName
{
color: #21315D;
}
.AnyTagClassName
{
color: #21315D;
}
</style>
background-color css
<style>
a { background-color: #21315D; }
a { background-color: rgb(33,49,93); }
div.DivClassName
{
background-color: #21315D;
}
.BgClassName
{
background-color: #21315D;
}
</style>
border-color css
<style>
span { border-color: #21315D; }
span { border-color: rgb(33,49,93); }
td.TdClassName
{
border-color: #21315D;
}
.TagClassName
{
border-color: #21315D;
}
</style>