Shades of Catalina Blue #2D4767
Tints of Catalina Blue #2D4767
RGB
CMYK
RGB Variations
Color information
#2D4767 (or 0x2D4767) is known color: Catalina Blue. HEX triplet: 2D, 47 and 67. RGB value is (45,71,103). Sum of RGB (Red+Green+Blue) = 45+71+103=219 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.55% from 219); Green value is 71 (28.12% from 255 or 32.42% from 219); Blue value is 103 (40.62% from 255 or 47.03% from 219); Max value from RGB is 103 - color contains mainly: blue. Hex color #2D4767 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D4767 is #D2B898. Grayscale: #424242. Windows color (decimal): -13809817 or 6768429. OLE color: 6768429.
HSL color Cylindrical-coordinate representation of color #2D4767: hue angle of 213.1º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2D4767 is Cyan = 0.56, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 45 | 71 | 103 | - |
| CMYK | 0.56 | 0.31 | 0 | 0.60 |
| HSL | 213.1º | 0.39% | 0.29% | - |
| HSV(B) | 213.1º | 0.56% | 0.4% | - |
| XYZ | 5.78 | 6.04 | 13.69 | - |
| YUV | 66.87 | 148.39 | 112.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 71 | 103 | 0.56 | 0.31 | 0 | 0.60 | 213.1 | 0.39 | 0.29 |
| Hex | 2D | 47 | 67 | 38 | 1F | 0 | 3C | D5 | 27 | 1D |
| Octal | 55 | 107 | 147 | 70 | 37 | 0 | 74 | 325 | 47 | 35 |
| Binary | 101101 | 1000111 | 1100111 | 111000 | 11111 | 0 | 111100 | 11010101 | 100111 | 11101 |
Color Harmonies of #2D4767
Complementary color
Monochromatic Colors of #2D4767
Black with #2D4767
Text Example
Text Example
White with #2D4767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4767; }
p { color: rgb(45,71,103); }
H1.HeaderClassName
{
color: #2D4767;
}
.AnyTagClassName
{
color: #2D4767;
}
</style>
background-color css
<style>
a { background-color: #2D4767; }
a { background-color: rgb(45,71,103); }
div.DivClassName
{
background-color: #2D4767;
}
.BgClassName
{
background-color: #2D4767;
}
</style>
border-color css
<style>
span { border-color: #2D4767; }
span { border-color: rgb(45,71,103); }
td.TdClassName
{
border-color: #2D4767;
}
.TagClassName
{
border-color: #2D4767;
}
</style>