Shades of Catalina Blue #1D3467
Tints of Catalina Blue #1D3467
RGB
CMYK
RGB Variations
Color information
#1D3467 (or 0x1D3467) is known color: Catalina Blue. HEX triplet: 1D, 34 and 67. RGB value is (29,52,103). Sum of RGB (Red+Green+Blue) = 29+52+103=184 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.76% from 184); Green value is 52 (20.70% from 255 or 28.26% from 184); Blue value is 103 (40.62% from 255 or 55.98% from 184); Max value from RGB is 103 - color contains mainly: blue. Hex color #1D3467 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3467 is #E2CB98. Grayscale: #323232. Windows color (decimal): -14863257 or 6763549. OLE color: 6763549.
HSL color Cylindrical-coordinate representation of color #1D3467: hue angle of 221.35º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1D3467 is Cyan = 0.72, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 29 | 52 | 103 | - |
| CMYK | 0.72 | 0.50 | 0 | 0.60 |
| HSL | 221.35º | 0.56% | 0.26% | - |
| HSV(B) | 221.35º | 0.72% | 0.4% | - |
| XYZ | 4.18 | 3.7 | 13.32 | - |
| YUV | 50.94 | 157.38 | 112.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 52 | 103 | 0.72 | 0.50 | 0 | 0.60 | 221.35 | 0.56 | 0.26 |
| Hex | 1D | 34 | 67 | 48 | 32 | 0 | 3C | DD | 38 | 1A |
| Octal | 35 | 64 | 147 | 110 | 62 | 0 | 74 | 335 | 70 | 32 |
| Binary | 11101 | 110100 | 1100111 | 1001000 | 110010 | 0 | 111100 | 11011101 | 111000 | 11010 |
Color Harmonies of #1D3467
Complementary color
Monochromatic Colors of #1D3467
Black with #1D3467
Text Example
Text Example
White with #1D3467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3467; }
p { color: rgb(29,52,103); }
H1.HeaderClassName
{
color: #1D3467;
}
.AnyTagClassName
{
color: #1D3467;
}
</style>
background-color css
<style>
a { background-color: #1D3467; }
a { background-color: rgb(29,52,103); }
div.DivClassName
{
background-color: #1D3467;
}
.BgClassName
{
background-color: #1D3467;
}
</style>
border-color css
<style>
span { border-color: #1D3467; }
span { border-color: rgb(29,52,103); }
td.TdClassName
{
border-color: #1D3467;
}
.TagClassName
{
border-color: #1D3467;
}
</style>