Shades of Catalina Blue #233C58
Tints of Catalina Blue #233C58
RGB
CMYK
RGB Variations
Color information
#233C58 (or 0x233C58) is known color: Catalina Blue. HEX triplet: 23, 3C and 58. RGB value is (35,60,88). Sum of RGB (Red+Green+Blue) = 35+60+88=183 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.13% from 183); Green value is 60 (23.83% from 255 or 32.79% from 183); Blue value is 88 (34.77% from 255 or 48.09% from 183); Max value from RGB is 88 - color contains mainly: blue. Hex color #233C58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233C58 is #DCC3A7. Grayscale: #373737. Windows color (decimal): -14468008 or 5782563. OLE color: 5782563.
HSL color Cylindrical-coordinate representation of color #233C58: hue angle of 211.7º 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 #233C58 is Cyan = 0.60, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 35 | 60 | 88 | - |
| CMYK | 0.60 | 0.32 | 0 | 0.65 |
| HSL | 211.7º | 0.43% | 0.24% | - |
| HSV(B) | 211.7º | 0.6% | 0.35% | - |
| XYZ | 4.07 | 4.29 | 9.85 | - |
| YUV | 55.72 | 146.22 | 113.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 60 | 88 | 0.60 | 0.32 | 0 | 0.65 | 211.7 | 0.43 | 0.24 |
| Hex | 23 | 3C | 58 | 3C | 20 | 0 | 41 | D4 | 2B | 18 |
| Octal | 43 | 74 | 130 | 74 | 40 | 0 | 101 | 324 | 53 | 30 |
| Binary | 100011 | 111100 | 1011000 | 111100 | 100000 | 0 | 1000001 | 11010100 | 101011 | 11000 |
Color Harmonies of #233C58
Complementary color
Monochromatic Colors of #233C58
Black with #233C58
Text Example
Text Example
White with #233C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233C58; }
p { color: rgb(35,60,88); }
H1.HeaderClassName
{
color: #233C58;
}
.AnyTagClassName
{
color: #233C58;
}
</style>
background-color css
<style>
a { background-color: #233C58; }
a { background-color: rgb(35,60,88); }
div.DivClassName
{
background-color: #233C58;
}
.BgClassName
{
background-color: #233C58;
}
</style>
border-color css
<style>
span { border-color: #233C58; }
span { border-color: rgb(35,60,88); }
td.TdClassName
{
border-color: #233C58;
}
.TagClassName
{
border-color: #233C58;
}
</style>