Shades of Catalina Blue #233565
Tints of Catalina Blue #233565
RGB
CMYK
RGB Variations
Color information
#233565 (or 0x233565) is known color: Catalina Blue. HEX triplet: 23, 35 and 65. RGB value is (35,53,101). Sum of RGB (Red+Green+Blue) = 35+53+101=189 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.52% from 189); Green value is 53 (21.09% from 255 or 28.04% from 189); Blue value is 101 (39.84% from 255 or 53.44% from 189); Max value from RGB is 101 - color contains mainly: blue. Hex color #233565 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233565 is #DCCA9A. Grayscale: #343434. Windows color (decimal): -14469787 or 6632739. OLE color: 6632739.
HSL color Cylindrical-coordinate representation of color #233565: hue angle of 223.64º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #233565 is Cyan = 0.65, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 35 | 53 | 101 | - |
| CMYK | 0.65 | 0.48 | 0 | 0.60 |
| HSL | 223.64º | 0.49% | 0.27% | - |
| HSV(B) | 223.64º | 0.65% | 0.4% | - |
| XYZ | 4.32 | 3.84 | 12.83 | - |
| YUV | 53.09 | 155.04 | 115.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 53 | 101 | 0.65 | 0.48 | 0 | 0.60 | 223.64 | 0.49 | 0.27 |
| Hex | 23 | 35 | 65 | 41 | 30 | 0 | 3C | E0 | 31 | 1B |
| Octal | 43 | 65 | 145 | 101 | 60 | 0 | 74 | 340 | 61 | 33 |
| Binary | 100011 | 110101 | 1100101 | 1000001 | 110000 | 0 | 111100 | 11100000 | 110001 | 11011 |
Color Harmonies of #233565
Complementary color
Monochromatic Colors of #233565
Black with #233565
Text Example
Text Example
White with #233565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233565; }
p { color: rgb(35,53,101); }
H1.HeaderClassName
{
color: #233565;
}
.AnyTagClassName
{
color: #233565;
}
</style>
background-color css
<style>
a { background-color: #233565; }
a { background-color: rgb(35,53,101); }
div.DivClassName
{
background-color: #233565;
}
.BgClassName
{
background-color: #233565;
}
</style>
border-color css
<style>
span { border-color: #233565; }
span { border-color: rgb(35,53,101); }
td.TdClassName
{
border-color: #233565;
}
.TagClassName
{
border-color: #233565;
}
</style>