Shades of Catalina Blue #233759
Tints of Catalina Blue #233759
RGB
CMYK
RGB Variations
Color information
#233759 (or 0x233759) is known color: Catalina Blue. HEX triplet: 23, 37 and 59. RGB value is (35,55,89). Sum of RGB (Red+Green+Blue) = 35+55+89=179 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.55% from 179); Green value is 55 (21.88% from 255 or 30.73% from 179); Blue value is 89 (35.16% from 255 or 49.72% from 179); Max value from RGB is 89 - color contains mainly: blue. Hex color #233759 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233759 is #DCC8A6. Grayscale: #343434. Windows color (decimal): -14469287 or 5846819. OLE color: 5846819.
HSL color Cylindrical-coordinate representation of color #233759: hue angle of 217.78º 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 #233759 is Cyan = 0.61, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 35 | 55 | 89 | - |
| CMYK | 0.61 | 0.38 | 0 | 0.65 |
| HSL | 217.78º | 0.44% | 0.24% | - |
| HSV(B) | 217.78º | 0.61% | 0.35% | - |
| XYZ | 3.86 | 3.81 | 9.98 | - |
| YUV | 52.9 | 148.37 | 115.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 55 | 89 | 0.61 | 0.38 | 0 | 0.65 | 217.78 | 0.44 | 0.24 |
| Hex | 23 | 37 | 59 | 3D | 26 | 0 | 41 | DA | 2C | 18 |
| Octal | 43 | 67 | 131 | 75 | 46 | 0 | 101 | 332 | 54 | 30 |
| Binary | 100011 | 110111 | 1011001 | 111101 | 100110 | 0 | 1000001 | 11011010 | 101100 | 11000 |
Color Harmonies of #233759
Complementary color
Monochromatic Colors of #233759
Black with #233759
Text Example
Text Example
White with #233759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233759; }
p { color: rgb(35,55,89); }
H1.HeaderClassName
{
color: #233759;
}
.AnyTagClassName
{
color: #233759;
}
</style>
background-color css
<style>
a { background-color: #233759; }
a { background-color: rgb(35,55,89); }
div.DivClassName
{
background-color: #233759;
}
.BgClassName
{
background-color: #233759;
}
</style>
border-color css
<style>
span { border-color: #233759; }
span { border-color: rgb(35,55,89); }
td.TdClassName
{
border-color: #233759;
}
.TagClassName
{
border-color: #233759;
}
</style>