Shades of Catalina Blue #233464
Tints of Catalina Blue #233464
RGB
CMYK
RGB Variations
Color information
#233464 (or 0x233464) is known color: Catalina Blue. HEX triplet: 23, 34 and 64. RGB value is (35,52,100). Sum of RGB (Red+Green+Blue) = 35+52+100=187 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.72% from 187); Green value is 52 (20.70% from 255 or 27.81% from 187); Blue value is 100 (39.45% from 255 or 53.48% from 187); Max value from RGB is 100 - color contains mainly: blue. Hex color #233464 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233464 is #DCCB9B. Grayscale: #343434. Windows color (decimal): -14470044 or 6566947. OLE color: 6566947.
HSL color Cylindrical-coordinate representation of color #233464: hue angle of 224.31º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #233464 is Cyan = 0.65, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 35 | 52 | 100 | - |
| CMYK | 0.65 | 0.48 | 0 | 0.61 |
| HSL | 224.31º | 0.48% | 0.26% | - |
| HSV(B) | 224.31º | 0.65% | 0.39% | - |
| XYZ | 4.22 | 3.73 | 12.55 | - |
| YUV | 52.39 | 154.87 | 115.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 52 | 100 | 0.65 | 0.48 | 0 | 0.61 | 224.31 | 0.48 | 0.26 |
| Hex | 23 | 34 | 64 | 41 | 30 | 0 | 3D | E0 | 30 | 1A |
| Octal | 43 | 64 | 144 | 101 | 60 | 0 | 75 | 340 | 60 | 32 |
| Binary | 100011 | 110100 | 1100100 | 1000001 | 110000 | 0 | 111101 | 11100000 | 110000 | 11010 |
Color Harmonies of #233464
Complementary color
Monochromatic Colors of #233464
Black with #233464
Text Example
Text Example
White with #233464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233464; }
p { color: rgb(35,52,100); }
H1.HeaderClassName
{
color: #233464;
}
.AnyTagClassName
{
color: #233464;
}
</style>
background-color css
<style>
a { background-color: #233464; }
a { background-color: rgb(35,52,100); }
div.DivClassName
{
background-color: #233464;
}
.BgClassName
{
background-color: #233464;
}
</style>
border-color css
<style>
span { border-color: #233464; }
span { border-color: rgb(35,52,100); }
td.TdClassName
{
border-color: #233464;
}
.TagClassName
{
border-color: #233464;
}
</style>