Shades of Catalina Blue #1D355A
Tints of Catalina Blue #1D355A
RGB
CMYK
RGB Variations
Color information
#1D355A (or 0x1D355A) is known color: Catalina Blue. HEX triplet: 1D, 35 and 5A. RGB value is (29,53,90). Sum of RGB (Red+Green+Blue) = 29+53+90=172 (22% of max value = 765). Red value is 29 (11.72% from 255 or 16.86% from 172); Green value is 53 (21.09% from 255 or 30.81% from 172); Blue value is 90 (35.55% from 255 or 52.33% from 172); Max value from RGB is 90 - color contains mainly: blue. Hex color #1D355A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D355A is #E2CAA5. Grayscale: #313131. Windows color (decimal): -14863014 or 5911837. OLE color: 5911837.
HSL color Cylindrical-coordinate representation of color #1D355A: hue angle of 216.39º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1D355A is Cyan = 0.68, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 29 | 53 | 90 | - |
| CMYK | 0.68 | 0.41 | 0 | 0.65 |
| HSL | 216.39º | 0.51% | 0.23% | - |
| HSV(B) | 216.39º | 0.68% | 0.35% | - |
| XYZ | 3.63 | 3.55 | 10.17 | - |
| YUV | 50.04 | 150.55 | 112.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 53 | 90 | 0.68 | 0.41 | 0 | 0.65 | 216.39 | 0.51 | 0.23 |
| Hex | 1D | 35 | 5A | 44 | 29 | 0 | 41 | D8 | 33 | 17 |
| Octal | 35 | 65 | 132 | 104 | 51 | 0 | 101 | 330 | 63 | 27 |
| Binary | 11101 | 110101 | 1011010 | 1000100 | 101001 | 0 | 1000001 | 11011000 | 110011 | 10111 |
Color Harmonies of #1D355A
Complementary color
Monochromatic Colors of #1D355A
Black with #1D355A
Text Example
Text Example
White with #1D355A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D355A; }
p { color: rgb(29,53,90); }
H1.HeaderClassName
{
color: #1D355A;
}
.AnyTagClassName
{
color: #1D355A;
}
</style>
background-color css
<style>
a { background-color: #1D355A; }
a { background-color: rgb(29,53,90); }
div.DivClassName
{
background-color: #1D355A;
}
.BgClassName
{
background-color: #1D355A;
}
</style>
border-color css
<style>
span { border-color: #1D355A; }
span { border-color: rgb(29,53,90); }
td.TdClassName
{
border-color: #1D355A;
}
.TagClassName
{
border-color: #1D355A;
}
</style>