Shades of Catalina Blue #233558
Tints of Catalina Blue #233558
RGB
CMYK
RGB Variations
Color information
#233558 (or 0x233558) is known color: Catalina Blue. HEX triplet: 23, 35 and 58. RGB value is (35,53,88). Sum of RGB (Red+Green+Blue) = 35+53+88=176 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.89% from 176); Green value is 53 (21.09% from 255 or 30.11% from 176); Blue value is 88 (34.77% from 255 or 50% from 176); Max value from RGB is 88 - color contains mainly: blue. Hex color #233558 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233558 is #DCCAA7. Grayscale: #333333. Windows color (decimal): -14469800 or 5780771. OLE color: 5780771.
HSL color Cylindrical-coordinate representation of color #233558: hue angle of 219.62º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #233558 is Cyan = 0.60, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 35 | 53 | 88 | - |
| CMYK | 0.60 | 0.40 | 0 | 0.65 |
| HSL | 219.62º | 0.43% | 0.24% | - |
| HSV(B) | 219.62º | 0.6% | 0.35% | - |
| XYZ | 3.73 | 3.61 | 9.73 | - |
| YUV | 51.61 | 148.54 | 116.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 53 | 88 | 0.60 | 0.40 | 0 | 0.65 | 219.62 | 0.43 | 0.24 |
| Hex | 23 | 35 | 58 | 3C | 28 | 0 | 41 | DC | 2B | 18 |
| Octal | 43 | 65 | 130 | 74 | 50 | 0 | 101 | 334 | 53 | 30 |
| Binary | 100011 | 110101 | 1011000 | 111100 | 101000 | 0 | 1000001 | 11011100 | 101011 | 11000 |
Color Harmonies of #233558
Complementary color
Monochromatic Colors of #233558
Black with #233558
Text Example
Text Example
White with #233558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233558; }
p { color: rgb(35,53,88); }
H1.HeaderClassName
{
color: #233558;
}
.AnyTagClassName
{
color: #233558;
}
</style>
background-color css
<style>
a { background-color: #233558; }
a { background-color: rgb(35,53,88); }
div.DivClassName
{
background-color: #233558;
}
.BgClassName
{
background-color: #233558;
}
</style>
border-color css
<style>
span { border-color: #233558; }
span { border-color: rgb(35,53,88); }
td.TdClassName
{
border-color: #233558;
}
.TagClassName
{
border-color: #233558;
}
</style>