Shades of Catalina Blue #2D435A
Tints of Catalina Blue #2D435A
RGB
CMYK
RGB Variations
Color information
#2D435A (or 0x2D435A) is known color: Catalina Blue. HEX triplet: 2D, 43 and 5A. RGB value is (45,67,90). Sum of RGB (Red+Green+Blue) = 45+67+90=202 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.28% from 202); Green value is 67 (26.56% from 255 or 33.17% from 202); Blue value is 90 (35.55% from 255 or 44.55% from 202); Max value from RGB is 90 - color contains mainly: blue. Hex color #2D435A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D435A is #D2BCA5. Grayscale: #3E3E3E. Windows color (decimal): -13810854 or 5915437. OLE color: 5915437.
HSL color Cylindrical-coordinate representation of color #2D435A: hue angle of 210.67º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2D435A is Cyan = 0.50, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 45 | 67 | 90 | - |
| CMYK | 0.50 | 0.26 | 0 | 0.65 |
| HSL | 210.67º | 0.33% | 0.26% | - |
| HSV(B) | 210.67º | 0.5% | 0.35% | - |
| XYZ | 4.93 | 5.31 | 10.44 | - |
| YUV | 63.04 | 143.21 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 67 | 90 | 0.50 | 0.26 | 0 | 0.65 | 210.67 | 0.33 | 0.26 |
| Hex | 2D | 43 | 5A | 32 | 1A | 0 | 41 | D3 | 21 | 1A |
| Octal | 55 | 103 | 132 | 62 | 32 | 0 | 101 | 323 | 41 | 32 |
| Binary | 101101 | 1000011 | 1011010 | 110010 | 11010 | 0 | 1000001 | 11010011 | 100001 | 11010 |
Color Harmonies of #2D435A
Complementary color
Monochromatic Colors of #2D435A
Black with #2D435A
Text Example
Text Example
White with #2D435A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D435A; }
p { color: rgb(45,67,90); }
H1.HeaderClassName
{
color: #2D435A;
}
.AnyTagClassName
{
color: #2D435A;
}
</style>
background-color css
<style>
a { background-color: #2D435A; }
a { background-color: rgb(45,67,90); }
div.DivClassName
{
background-color: #2D435A;
}
.BgClassName
{
background-color: #2D435A;
}
</style>
border-color css
<style>
span { border-color: #2D435A; }
span { border-color: rgb(45,67,90); }
td.TdClassName
{
border-color: #2D435A;
}
.TagClassName
{
border-color: #2D435A;
}
</style>