Shades of Catalina Blue #233C59
Tints of Catalina Blue #233C59
RGB
CMYK
RGB Variations
Color information
#233C59 (or 0x233C59) is known color: Catalina Blue. HEX triplet: 23, 3C and 59. RGB value is (35,60,89). Sum of RGB (Red+Green+Blue) = 35+60+89=184 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.02% from 184); Green value is 60 (23.83% from 255 or 32.61% from 184); Blue value is 89 (35.16% from 255 or 48.37% from 184); Max value from RGB is 89 - color contains mainly: blue. Hex color #233C59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233C59 is #DCC3A6. Grayscale: #373737. Windows color (decimal): -14468007 or 5848099. OLE color: 5848099.
HSL color Cylindrical-coordinate representation of color #233C59: hue angle of 212.22º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #233C59 is Cyan = 0.61, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 35 | 60 | 89 | - |
| CMYK | 0.61 | 0.33 | 0 | 0.65 |
| HSL | 212.22º | 0.44% | 0.24% | - |
| HSV(B) | 212.22º | 0.61% | 0.35% | - |
| XYZ | 4.11 | 4.31 | 10.07 | - |
| YUV | 55.83 | 146.72 | 113.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 60 | 89 | 0.61 | 0.33 | 0 | 0.65 | 212.22 | 0.44 | 0.24 |
| Hex | 23 | 3C | 59 | 3D | 21 | 0 | 41 | D4 | 2C | 18 |
| Octal | 43 | 74 | 131 | 75 | 41 | 0 | 101 | 324 | 54 | 30 |
| Binary | 100011 | 111100 | 1011001 | 111101 | 100001 | 0 | 1000001 | 11010100 | 101100 | 11000 |
Color Harmonies of #233C59
Complementary color
Monochromatic Colors of #233C59
Black with #233C59
Text Example
Text Example
White with #233C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233C59; }
p { color: rgb(35,60,89); }
H1.HeaderClassName
{
color: #233C59;
}
.AnyTagClassName
{
color: #233C59;
}
</style>
background-color css
<style>
a { background-color: #233C59; }
a { background-color: rgb(35,60,89); }
div.DivClassName
{
background-color: #233C59;
}
.BgClassName
{
background-color: #233C59;
}
</style>
border-color css
<style>
span { border-color: #233C59; }
span { border-color: rgb(35,60,89); }
td.TdClassName
{
border-color: #233C59;
}
.TagClassName
{
border-color: #233C59;
}
</style>