Shades of Catalina Blue #2D435D
Tints of Catalina Blue #2D435D
RGB
CMYK
RGB Variations
Color information
#2D435D (or 0x2D435D) is known color: Catalina Blue. HEX triplet: 2D, 43 and 5D. RGB value is (45,67,93). Sum of RGB (Red+Green+Blue) = 45+67+93=205 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.95% from 205); Green value is 67 (26.56% from 255 or 32.68% from 205); Blue value is 93 (36.72% from 255 or 45.37% from 205); Max value from RGB is 93 - color contains mainly: blue. Hex color #2D435D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D435D is #D2BCA2. Grayscale: #3F3F3F. Windows color (decimal): -13810851 or 6112045. OLE color: 6112045.
HSL color Cylindrical-coordinate representation of color #2D435D: hue angle of 212.5º degrees, saturation: 0.35, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2D435D is Cyan = 0.52, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 45 | 67 | 93 | - |
| CMYK | 0.52 | 0.28 | 0 | 0.64 |
| HSL | 212.5º | 0.35% | 0.27% | - |
| HSV(B) | 212.5º | 0.52% | 0.36% | - |
| XYZ | 5.07 | 5.36 | 11.12 | - |
| YUV | 63.39 | 144.71 | 114.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 67 | 93 | 0.52 | 0.28 | 0 | 0.64 | 212.5 | 0.35 | 0.27 |
| Hex | 2D | 43 | 5D | 34 | 1C | 0 | 40 | D4 | 23 | 1B |
| Octal | 55 | 103 | 135 | 64 | 34 | 0 | 100 | 324 | 43 | 33 |
| Binary | 101101 | 1000011 | 1011101 | 110100 | 11100 | 0 | 1000000 | 11010100 | 100011 | 11011 |
Color Harmonies of #2D435D
Complementary color
Monochromatic Colors of #2D435D
Black with #2D435D
Text Example
Text Example
White with #2D435D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D435D; }
p { color: rgb(45,67,93); }
H1.HeaderClassName
{
color: #2D435D;
}
.AnyTagClassName
{
color: #2D435D;
}
</style>
background-color css
<style>
a { background-color: #2D435D; }
a { background-color: rgb(45,67,93); }
div.DivClassName
{
background-color: #2D435D;
}
.BgClassName
{
background-color: #2D435D;
}
</style>
border-color css
<style>
span { border-color: #2D435D; }
span { border-color: rgb(45,67,93); }
td.TdClassName
{
border-color: #2D435D;
}
.TagClassName
{
border-color: #2D435D;
}
</style>