Shades of Catalina Blue #233865
Tints of Catalina Blue #233865
RGB
CMYK
RGB Variations
Color information
#233865 (or 0x233865) is known color: Catalina Blue. HEX triplet: 23, 38 and 65. RGB value is (35,56,101). Sum of RGB (Red+Green+Blue) = 35+56+101=192 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.23% from 192); Green value is 56 (22.27% from 255 or 29.17% from 192); Blue value is 101 (39.84% from 255 or 52.60% from 192); Max value from RGB is 101 - color contains mainly: blue. Hex color #233865 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233865 is #DCC79A. Grayscale: #363636. Windows color (decimal): -14469019 or 6633507. OLE color: 6633507.
HSL color Cylindrical-coordinate representation of color #233865: hue angle of 220.91º 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 #233865 is Cyan = 0.65, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 35 | 56 | 101 | - |
| CMYK | 0.65 | 0.45 | 0 | 0.60 |
| HSL | 220.91º | 0.49% | 0.27% | - |
| HSV(B) | 220.91º | 0.65% | 0.4% | - |
| XYZ | 4.46 | 4.13 | 12.87 | - |
| YUV | 54.85 | 154.04 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 56 | 101 | 0.65 | 0.45 | 0 | 0.60 | 220.91 | 0.49 | 0.27 |
| Hex | 23 | 38 | 65 | 41 | 2D | 0 | 3C | DD | 31 | 1B |
| Octal | 43 | 70 | 145 | 101 | 55 | 0 | 74 | 335 | 61 | 33 |
| Binary | 100011 | 111000 | 1100101 | 1000001 | 101101 | 0 | 111100 | 11011101 | 110001 | 11011 |
Color Harmonies of #233865
Complementary color
Monochromatic Colors of #233865
Black with #233865
Text Example
Text Example
White with #233865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233865; }
p { color: rgb(35,56,101); }
H1.HeaderClassName
{
color: #233865;
}
.AnyTagClassName
{
color: #233865;
}
</style>
background-color css
<style>
a { background-color: #233865; }
a { background-color: rgb(35,56,101); }
div.DivClassName
{
background-color: #233865;
}
.BgClassName
{
background-color: #233865;
}
</style>
border-color css
<style>
span { border-color: #233865; }
span { border-color: rgb(35,56,101); }
td.TdClassName
{
border-color: #233865;
}
.TagClassName
{
border-color: #233865;
}
</style>