Shades of Catalina Blue #2D415A
Tints of Catalina Blue #2D415A
RGB
CMYK
RGB Variations
Color information
#2D415A (or 0x2D415A) is known color: Catalina Blue. HEX triplet: 2D, 41 and 5A. RGB value is (45,65,90). Sum of RGB (Red+Green+Blue) = 45+65+90=200 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.5% from 200); Green value is 65 (25.78% from 255 or 32.5% from 200); Blue value is 90 (35.55% from 255 or 45% from 200); Max value from RGB is 90 - color contains mainly: blue. Hex color #2D415A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D415A is #D2BEA5. Grayscale: #3D3D3D. Windows color (decimal): -13811366 or 5914925. OLE color: 5914925.
HSL color Cylindrical-coordinate representation of color #2D415A: hue angle of 213.33º 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 #2D415A is Cyan = 0.50, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 45 | 65 | 90 | - |
| CMYK | 0.50 | 0.28 | 0 | 0.65 |
| HSL | 213.33º | 0.33% | 0.26% | - |
| HSV(B) | 213.33º | 0.5% | 0.35% | - |
| XYZ | 4.82 | 5.08 | 10.4 | - |
| YUV | 61.87 | 143.87 | 115.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 65 | 90 | 0.50 | 0.28 | 0 | 0.65 | 213.33 | 0.33 | 0.26 |
| Hex | 2D | 41 | 5A | 32 | 1C | 0 | 41 | D5 | 21 | 1A |
| Octal | 55 | 101 | 132 | 62 | 34 | 0 | 101 | 325 | 41 | 32 |
| Binary | 101101 | 1000001 | 1011010 | 110010 | 11100 | 0 | 1000001 | 11010101 | 100001 | 11010 |
Color Harmonies of #2D415A
Complementary color
Monochromatic Colors of #2D415A
Black with #2D415A
Text Example
Text Example
White with #2D415A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D415A; }
p { color: rgb(45,65,90); }
H1.HeaderClassName
{
color: #2D415A;
}
.AnyTagClassName
{
color: #2D415A;
}
</style>
background-color css
<style>
a { background-color: #2D415A; }
a { background-color: rgb(45,65,90); }
div.DivClassName
{
background-color: #2D415A;
}
.BgClassName
{
background-color: #2D415A;
}
</style>
border-color css
<style>
span { border-color: #2D415A; }
span { border-color: rgb(45,65,90); }
td.TdClassName
{
border-color: #2D415A;
}
.TagClassName
{
border-color: #2D415A;
}
</style>