Shades of Catalina Blue #233A59
Tints of Catalina Blue #233A59
RGB
CMYK
RGB Variations
Color information
#233A59 (or 0x233A59) is known color: Catalina Blue. HEX triplet: 23, 3A and 59. RGB value is (35,58,89). Sum of RGB (Red+Green+Blue) = 35+58+89=182 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.23% from 182); Green value is 58 (23.05% from 255 or 31.87% from 182); Blue value is 89 (35.16% from 255 or 48.90% from 182); Max value from RGB is 89 - color contains mainly: blue. Hex color #233A59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233A59 is #DCC5A6. Grayscale: #363636. Windows color (decimal): -14468519 or 5847587. OLE color: 5847587.
HSL color Cylindrical-coordinate representation of color #233A59: hue angle of 214.44º 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 #233A59 is Cyan = 0.61, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 35 | 58 | 89 | - |
| CMYK | 0.61 | 0.35 | 0 | 0.65 |
| HSL | 214.44º | 0.44% | 0.24% | - |
| HSV(B) | 214.44º | 0.61% | 0.35% | - |
| XYZ | 4.01 | 4.1 | 10.03 | - |
| YUV | 54.66 | 147.38 | 113.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 58 | 89 | 0.61 | 0.35 | 0 | 0.65 | 214.44 | 0.44 | 0.24 |
| Hex | 23 | 3A | 59 | 3D | 23 | 0 | 41 | D6 | 2C | 18 |
| Octal | 43 | 72 | 131 | 75 | 43 | 0 | 101 | 326 | 54 | 30 |
| Binary | 100011 | 111010 | 1011001 | 111101 | 100011 | 0 | 1000001 | 11010110 | 101100 | 11000 |
Color Harmonies of #233A59
Complementary color
Monochromatic Colors of #233A59
Black with #233A59
Text Example
Text Example
White with #233A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233A59; }
p { color: rgb(35,58,89); }
H1.HeaderClassName
{
color: #233A59;
}
.AnyTagClassName
{
color: #233A59;
}
</style>
background-color css
<style>
a { background-color: #233A59; }
a { background-color: rgb(35,58,89); }
div.DivClassName
{
background-color: #233A59;
}
.BgClassName
{
background-color: #233A59;
}
</style>
border-color css
<style>
span { border-color: #233A59; }
span { border-color: rgb(35,58,89); }
td.TdClassName
{
border-color: #233A59;
}
.TagClassName
{
border-color: #233A59;
}
</style>