Shades of Catalina Blue #233C5A
Tints of Catalina Blue #233C5A
RGB
CMYK
RGB Variations
Color information
#233C5A (or 0x233C5A) is known color: Catalina Blue. HEX triplet: 23, 3C and 5A. RGB value is (35,60,90). Sum of RGB (Red+Green+Blue) = 35+60+90=185 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.92% from 185); Green value is 60 (23.83% from 255 or 32.43% from 185); Blue value is 90 (35.55% from 255 or 48.65% from 185); Max value from RGB is 90 - color contains mainly: blue. Hex color #233C5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233C5A is #DCC3A5. Grayscale: #373737. Windows color (decimal): -14468006 or 5913635. OLE color: 5913635.
HSL color Cylindrical-coordinate representation of color #233C5A: hue angle of 212.73º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #233C5A is Cyan = 0.61, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 35 | 60 | 90 | - |
| CMYK | 0.61 | 0.33 | 0 | 0.65 |
| HSL | 212.73º | 0.44% | 0.25% | - |
| HSV(B) | 212.73º | 0.61% | 0.35% | - |
| XYZ | 4.15 | 4.33 | 10.29 | - |
| YUV | 55.95 | 147.22 | 113.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 60 | 90 | 0.61 | 0.33 | 0 | 0.65 | 212.73 | 0.44 | 0.25 |
| Hex | 23 | 3C | 5A | 3D | 21 | 0 | 41 | D5 | 2C | 19 |
| Octal | 43 | 74 | 132 | 75 | 41 | 0 | 101 | 325 | 54 | 31 |
| Binary | 100011 | 111100 | 1011010 | 111101 | 100001 | 0 | 1000001 | 11010101 | 101100 | 11001 |
Color Harmonies of #233C5A
Complementary color
Monochromatic Colors of #233C5A
Black with #233C5A
Text Example
Text Example
White with #233C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233C5A; }
p { color: rgb(35,60,90); }
H1.HeaderClassName
{
color: #233C5A;
}
.AnyTagClassName
{
color: #233C5A;
}
</style>
background-color css
<style>
a { background-color: #233C5A; }
a { background-color: rgb(35,60,90); }
div.DivClassName
{
background-color: #233C5A;
}
.BgClassName
{
background-color: #233C5A;
}
</style>
border-color css
<style>
span { border-color: #233C5A; }
span { border-color: rgb(35,60,90); }
td.TdClassName
{
border-color: #233C5A;
}
.TagClassName
{
border-color: #233C5A;
}
</style>