Shades of Catalina Blue #233551
Tints of Catalina Blue #233551
RGB
CMYK
RGB Variations
Color information
#233551 (or 0x233551) is known color: Catalina Blue. HEX triplet: 23, 35 and 51. RGB value is (35,53,81). Sum of RGB (Red+Green+Blue) = 35+53+81=169 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.71% from 169); Green value is 53 (21.09% from 255 or 31.36% from 169); Blue value is 81 (32.03% from 255 or 47.93% from 169); Max value from RGB is 81 - color contains mainly: blue. Hex color #233551 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233551 is #DCCAAE. Grayscale: #323232. Windows color (decimal): -14469807 or 5322019. OLE color: 5322019.
HSL color Cylindrical-coordinate representation of color #233551: hue angle of 216.52º degrees, saturation: 0.4, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #233551 is Cyan = 0.57, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 35 | 53 | 81 | - |
| CMYK | 0.57 | 0.35 | 0 | 0.68 |
| HSL | 216.52º | 0.4% | 0.23% | - |
| HSV(B) | 216.52º | 0.57% | 0.32% | - |
| XYZ | 3.45 | 3.5 | 8.28 | - |
| YUV | 50.81 | 145.04 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 53 | 81 | 0.57 | 0.35 | 0 | 0.68 | 216.52 | 0.4 | 0.23 |
| Hex | 23 | 35 | 51 | 39 | 23 | 0 | 44 | D9 | 28 | 17 |
| Octal | 43 | 65 | 121 | 71 | 43 | 0 | 104 | 331 | 50 | 27 |
| Binary | 100011 | 110101 | 1010001 | 111001 | 100011 | 0 | 1000100 | 11011001 | 101000 | 10111 |
Color Harmonies of #233551
Complementary color
Monochromatic Colors of #233551
Black with #233551
Text Example
Text Example
White with #233551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233551; }
p { color: rgb(35,53,81); }
H1.HeaderClassName
{
color: #233551;
}
.AnyTagClassName
{
color: #233551;
}
</style>
background-color css
<style>
a { background-color: #233551; }
a { background-color: rgb(35,53,81); }
div.DivClassName
{
background-color: #233551;
}
.BgClassName
{
background-color: #233551;
}
</style>
border-color css
<style>
span { border-color: #233551; }
span { border-color: rgb(35,53,81); }
td.TdClassName
{
border-color: #233551;
}
.TagClassName
{
border-color: #233551;
}
</style>