Shades of Catalina Blue #23406C
Tints of Catalina Blue #23406C
RGB
CMYK
RGB Variations
Color information
#23406C (or 0x23406C) is known color: Catalina Blue. HEX triplet: 23, 40 and 6C. RGB value is (35,64,108). Sum of RGB (Red+Green+Blue) = 35+64+108=207 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.91% from 207); Green value is 64 (25.39% from 255 or 30.92% from 207); Blue value is 108 (42.58% from 255 or 52.17% from 207); Max value from RGB is 108 - color contains mainly: blue. Hex color #23406C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23406C is #DCBF93. Grayscale: #3C3C3C. Windows color (decimal): -14466964 or 7094307. OLE color: 7094307.
HSL color Cylindrical-coordinate representation of color #23406C: hue angle of 216.16º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #23406C is Cyan = 0.68, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 35 | 64 | 108 | - |
| CMYK | 0.68 | 0.41 | 0 | 0.58 |
| HSL | 216.16º | 0.51% | 0.28% | - |
| HSV(B) | 216.16º | 0.68% | 0.42% | - |
| XYZ | 5.23 | 5.11 | 14.9 | - |
| YUV | 60.35 | 154.89 | 109.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 64 | 108 | 0.68 | 0.41 | 0 | 0.58 | 216.16 | 0.51 | 0.28 |
| Hex | 23 | 40 | 6C | 44 | 29 | 0 | 3A | D8 | 33 | 1C |
| Octal | 43 | 100 | 154 | 104 | 51 | 0 | 72 | 330 | 63 | 34 |
| Binary | 100011 | 1000000 | 1101100 | 1000100 | 101001 | 0 | 111010 | 11011000 | 110011 | 11100 |
Color Harmonies of #23406C
Complementary color
Monochromatic Colors of #23406C
Black with #23406C
Text Example
Text Example
White with #23406C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23406C; }
p { color: rgb(35,64,108); }
H1.HeaderClassName
{
color: #23406C;
}
.AnyTagClassName
{
color: #23406C;
}
</style>
background-color css
<style>
a { background-color: #23406C; }
a { background-color: rgb(35,64,108); }
div.DivClassName
{
background-color: #23406C;
}
.BgClassName
{
background-color: #23406C;
}
</style>
border-color css
<style>
span { border-color: #23406C; }
span { border-color: rgb(35,64,108); }
td.TdClassName
{
border-color: #23406C;
}
.TagClassName
{
border-color: #23406C;
}
</style>