Shades of Catalina Blue #2B3E64
Tints of Catalina Blue #2B3E64
RGB
CMYK
RGB Variations
Color information
#2B3E64 (or 0x2B3E64) is known color: Catalina Blue. HEX triplet: 2B, 3E and 64. RGB value is (43,62,100). Sum of RGB (Red+Green+Blue) = 43+62+100=205 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.98% from 205); Green value is 62 (24.61% from 255 or 30.24% from 205); Blue value is 100 (39.45% from 255 or 48.78% from 205); Max value from RGB is 100 - color contains mainly: blue. Hex color #2B3E64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B3E64 is #D4C19B. Grayscale: #3C3C3C. Windows color (decimal): -13943196 or 6569515. OLE color: 6569515.
HSL color Cylindrical-coordinate representation of color #2B3E64: hue angle of 220º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2B3E64 is Cyan = 0.57, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 43 | 62 | 100 | - |
| CMYK | 0.57 | 0.38 | 0 | 0.61 |
| HSL | 220º | 0.4% | 0.28% | - |
| HSV(B) | 220º | 0.57% | 0.39% | - |
| XYZ | 5.02 | 4.88 | 12.73 | - |
| YUV | 60.65 | 150.21 | 115.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 62 | 100 | 0.57 | 0.38 | 0 | 0.61 | 220 | 0.4 | 0.28 |
| Hex | 2B | 3E | 64 | 39 | 26 | 0 | 3D | DC | 28 | 1C |
| Octal | 53 | 76 | 144 | 71 | 46 | 0 | 75 | 334 | 50 | 34 |
| Binary | 101011 | 111110 | 1100100 | 111001 | 100110 | 0 | 111101 | 11011100 | 101000 | 11100 |
Color Harmonies of #2B3E64
Complementary color
Monochromatic Colors of #2B3E64
Black with #2B3E64
Text Example
Text Example
White with #2B3E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3E64; }
p { color: rgb(43,62,100); }
H1.HeaderClassName
{
color: #2B3E64;
}
.AnyTagClassName
{
color: #2B3E64;
}
</style>
background-color css
<style>
a { background-color: #2B3E64; }
a { background-color: rgb(43,62,100); }
div.DivClassName
{
background-color: #2B3E64;
}
.BgClassName
{
background-color: #2B3E64;
}
</style>
border-color css
<style>
span { border-color: #2B3E64; }
span { border-color: rgb(43,62,100); }
td.TdClassName
{
border-color: #2B3E64;
}
.TagClassName
{
border-color: #2B3E64;
}
</style>