Shades of Catalina Blue #233550
Tints of Catalina Blue #233550
RGB
CMYK
RGB Variations
Color information
#233550 (or 0x233550) is known color: Catalina Blue. HEX triplet: 23, 35 and 50. RGB value is (35,53,80). Sum of RGB (Red+Green+Blue) = 35+53+80=168 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.83% from 168); Green value is 53 (21.09% from 255 or 31.55% from 168); Blue value is 80 (31.64% from 255 or 47.62% from 168); Max value from RGB is 80 - color contains mainly: blue. Hex color #233550 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233550 is #DCCAAF. Grayscale: #323232. Windows color (decimal): -14469808 or 5256483. OLE color: 5256483.
HSL color Cylindrical-coordinate representation of color #233550: hue angle of 216º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #233550 is Cyan = 0.56, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 35 | 53 | 80 | - |
| CMYK | 0.56 | 0.34 | 0 | 0.69 |
| HSL | 216º | 0.39% | 0.23% | - |
| HSV(B) | 216º | 0.56% | 0.31% | - |
| XYZ | 3.41 | 3.48 | 8.08 | - |
| YUV | 50.7 | 144.54 | 116.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 53 | 80 | 0.56 | 0.34 | 0 | 0.69 | 216 | 0.39 | 0.23 |
| Hex | 23 | 35 | 50 | 38 | 22 | 0 | 45 | D8 | 27 | 17 |
| Octal | 43 | 65 | 120 | 70 | 42 | 0 | 105 | 330 | 47 | 27 |
| Binary | 100011 | 110101 | 1010000 | 111000 | 100010 | 0 | 1000101 | 11011000 | 100111 | 10111 |
Color Harmonies of #233550
Complementary color
Monochromatic Colors of #233550
Black with #233550
Text Example
Text Example
White with #233550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233550; }
p { color: rgb(35,53,80); }
H1.HeaderClassName
{
color: #233550;
}
.AnyTagClassName
{
color: #233550;
}
</style>
background-color css
<style>
a { background-color: #233550; }
a { background-color: rgb(35,53,80); }
div.DivClassName
{
background-color: #233550;
}
.BgClassName
{
background-color: #233550;
}
</style>
border-color css
<style>
span { border-color: #233550; }
span { border-color: rgb(35,53,80); }
td.TdClassName
{
border-color: #233550;
}
.TagClassName
{
border-color: #233550;
}
</style>