Shades of Catalina Blue #233859
Tints of Catalina Blue #233859
RGB
CMYK
RGB Variations
Color information
#233859 (or 0x233859) is known color: Catalina Blue. HEX triplet: 23, 38 and 59. RGB value is (35,56,89). Sum of RGB (Red+Green+Blue) = 35+56+89=180 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.44% from 180); Green value is 56 (22.27% from 255 or 31.11% from 180); Blue value is 89 (35.16% from 255 or 49.44% from 180); Max value from RGB is 89 - color contains mainly: blue. Hex color #233859 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233859 is #DCC7A6. Grayscale: #353535. Windows color (decimal): -14469031 or 5847075. OLE color: 5847075.
HSL color Cylindrical-coordinate representation of color #233859: hue angle of 216.67º 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 #233859 is Cyan = 0.61, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 35 | 56 | 89 | - |
| CMYK | 0.61 | 0.37 | 0 | 0.65 |
| HSL | 216.67º | 0.44% | 0.24% | - |
| HSV(B) | 216.67º | 0.61% | 0.35% | - |
| XYZ | 3.91 | 3.91 | 10 | - |
| YUV | 53.48 | 148.04 | 114.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 56 | 89 | 0.61 | 0.37 | 0 | 0.65 | 216.67 | 0.44 | 0.24 |
| Hex | 23 | 38 | 59 | 3D | 25 | 0 | 41 | D9 | 2C | 18 |
| Octal | 43 | 70 | 131 | 75 | 45 | 0 | 101 | 331 | 54 | 30 |
| Binary | 100011 | 111000 | 1011001 | 111101 | 100101 | 0 | 1000001 | 11011001 | 101100 | 11000 |
Color Harmonies of #233859
Complementary color
Monochromatic Colors of #233859
Black with #233859
Text Example
Text Example
White with #233859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233859; }
p { color: rgb(35,56,89); }
H1.HeaderClassName
{
color: #233859;
}
.AnyTagClassName
{
color: #233859;
}
</style>
background-color css
<style>
a { background-color: #233859; }
a { background-color: rgb(35,56,89); }
div.DivClassName
{
background-color: #233859;
}
.BgClassName
{
background-color: #233859;
}
</style>
border-color css
<style>
span { border-color: #233859; }
span { border-color: rgb(35,56,89); }
td.TdClassName
{
border-color: #233859;
}
.TagClassName
{
border-color: #233859;
}
</style>