Shades of Catalina Blue #2D4468
Tints of Catalina Blue #2D4468
RGB
CMYK
RGB Variations
Color information
#2D4468 (or 0x2D4468) is known color: Catalina Blue. HEX triplet: 2D, 44 and 68. RGB value is (45,68,104). Sum of RGB (Red+Green+Blue) = 45+68+104=217 (28% of max value = 765). Red value is 45 (17.97% from 255 or 20.74% from 217); Green value is 68 (26.95% from 255 or 31.34% from 217); Blue value is 104 (41.02% from 255 or 47.93% from 217); Max value from RGB is 104 - color contains mainly: blue. Hex color #2D4468 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D4468 is #D2BB97. Grayscale: #414141. Windows color (decimal): -13810584 or 6833197. OLE color: 6833197.
HSL color Cylindrical-coordinate representation of color #2D4468: hue angle of 216.61º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2D4468 is Cyan = 0.57, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 45 | 68 | 104 | - |
| CMYK | 0.57 | 0.35 | 0 | 0.59 |
| HSL | 216.61º | 0.4% | 0.29% | - |
| HSV(B) | 216.61º | 0.57% | 0.41% | - |
| XYZ | 5.65 | 5.69 | 13.9 | - |
| YUV | 65.23 | 149.88 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 68 | 104 | 0.57 | 0.35 | 0 | 0.59 | 216.61 | 0.4 | 0.29 |
| Hex | 2D | 44 | 68 | 39 | 23 | 0 | 3B | D9 | 28 | 1D |
| Octal | 55 | 104 | 150 | 71 | 43 | 0 | 73 | 331 | 50 | 35 |
| Binary | 101101 | 1000100 | 1101000 | 111001 | 100011 | 0 | 111011 | 11011001 | 101000 | 11101 |
Color Harmonies of #2D4468
Complementary color
Monochromatic Colors of #2D4468
Black with #2D4468
Text Example
Text Example
White with #2D4468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4468; }
p { color: rgb(45,68,104); }
H1.HeaderClassName
{
color: #2D4468;
}
.AnyTagClassName
{
color: #2D4468;
}
</style>
background-color css
<style>
a { background-color: #2D4468; }
a { background-color: rgb(45,68,104); }
div.DivClassName
{
background-color: #2D4468;
}
.BgClassName
{
background-color: #2D4468;
}
</style>
border-color css
<style>
span { border-color: #2D4468; }
span { border-color: rgb(45,68,104); }
td.TdClassName
{
border-color: #2D4468;
}
.TagClassName
{
border-color: #2D4468;
}
</style>