Shades of Catalina Blue #23406D
Tints of Catalina Blue #23406D
RGB
CMYK
RGB Variations
Color information
#23406D (or 0x23406D) is known color: Catalina Blue. HEX triplet: 23, 40 and 6D. RGB value is (35,64,109). Sum of RGB (Red+Green+Blue) = 35+64+109=208 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.83% from 208); Green value is 64 (25.39% from 255 or 30.77% from 208); Blue value is 109 (42.97% from 255 or 52.40% from 208); Max value from RGB is 109 - color contains mainly: blue. Hex color #23406D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23406D is #DCBF92. Grayscale: #3C3C3C. Windows color (decimal): -14466963 or 7159843. OLE color: 7159843.
HSL color Cylindrical-coordinate representation of color #23406D: hue angle of 216.49º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #23406D is Cyan = 0.68, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 35 | 64 | 109 | - |
| CMYK | 0.68 | 0.41 | 0 | 0.57 |
| HSL | 216.49º | 0.51% | 0.28% | - |
| HSV(B) | 216.49º | 0.68% | 0.43% | - |
| XYZ | 5.29 | 5.13 | 15.18 | - |
| YUV | 60.46 | 155.39 | 109.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 64 | 109 | 0.68 | 0.41 | 0 | 0.57 | 216.49 | 0.51 | 0.28 |
| Hex | 23 | 40 | 6D | 44 | 29 | 0 | 39 | D8 | 33 | 1C |
| Octal | 43 | 100 | 155 | 104 | 51 | 0 | 71 | 330 | 63 | 34 |
| Binary | 100011 | 1000000 | 1101101 | 1000100 | 101001 | 0 | 111001 | 11011000 | 110011 | 11100 |
Color Harmonies of #23406D
Complementary color
Monochromatic Colors of #23406D
Black with #23406D
Text Example
Text Example
White with #23406D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23406D; }
p { color: rgb(35,64,109); }
H1.HeaderClassName
{
color: #23406D;
}
.AnyTagClassName
{
color: #23406D;
}
</style>
background-color css
<style>
a { background-color: #23406D; }
a { background-color: rgb(35,64,109); }
div.DivClassName
{
background-color: #23406D;
}
.BgClassName
{
background-color: #23406D;
}
</style>
border-color css
<style>
span { border-color: #23406D; }
span { border-color: rgb(35,64,109); }
td.TdClassName
{
border-color: #23406D;
}
.TagClassName
{
border-color: #23406D;
}
</style>