Shades of Catalina Blue #233659
Tints of Catalina Blue #233659
RGB
CMYK
RGB Variations
Color information
#233659 (or 0x233659) is known color: Catalina Blue. HEX triplet: 23, 36 and 59. RGB value is (35,54,89). Sum of RGB (Red+Green+Blue) = 35+54+89=178 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.66% from 178); Green value is 54 (21.48% from 255 or 30.34% from 178); Blue value is 89 (35.16% from 255 or 50% from 178); Max value from RGB is 89 - color contains mainly: blue. Hex color #233659 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233659 is #DCC9A6. Grayscale: #343434. Windows color (decimal): -14469543 or 5846563. OLE color: 5846563.
HSL color Cylindrical-coordinate representation of color #233659: hue angle of 218.89º 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 #233659 is Cyan = 0.61, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 35 | 54 | 89 | - |
| CMYK | 0.61 | 0.39 | 0 | 0.65 |
| HSL | 218.89º | 0.44% | 0.24% | - |
| HSV(B) | 218.89º | 0.61% | 0.35% | - |
| XYZ | 3.82 | 3.72 | 9.97 | - |
| YUV | 52.31 | 148.71 | 115.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 54 | 89 | 0.61 | 0.39 | 0 | 0.65 | 218.89 | 0.44 | 0.24 |
| Hex | 23 | 36 | 59 | 3D | 27 | 0 | 41 | DB | 2C | 18 |
| Octal | 43 | 66 | 131 | 75 | 47 | 0 | 101 | 333 | 54 | 30 |
| Binary | 100011 | 110110 | 1011001 | 111101 | 100111 | 0 | 1000001 | 11011011 | 101100 | 11000 |
Color Harmonies of #233659
Complementary color
Monochromatic Colors of #233659
Black with #233659
Text Example
Text Example
White with #233659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233659; }
p { color: rgb(35,54,89); }
H1.HeaderClassName
{
color: #233659;
}
.AnyTagClassName
{
color: #233659;
}
</style>
background-color css
<style>
a { background-color: #233659; }
a { background-color: rgb(35,54,89); }
div.DivClassName
{
background-color: #233659;
}
.BgClassName
{
background-color: #233659;
}
</style>
border-color css
<style>
span { border-color: #233659; }
span { border-color: rgb(35,54,89); }
td.TdClassName
{
border-color: #233659;
}
.TagClassName
{
border-color: #233659;
}
</style>