Shades of Catalina Blue #233F60
Tints of Catalina Blue #233F60
RGB
CMYK
RGB Variations
Color information
#233F60 (or 0x233F60) is known color: Catalina Blue. HEX triplet: 23, 3F and 60. RGB value is (35,63,96). Sum of RGB (Red+Green+Blue) = 35+63+96=194 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.04% from 194); Green value is 63 (25% from 255 or 32.47% from 194); Blue value is 96 (37.89% from 255 or 49.48% from 194); Max value from RGB is 96 - color contains mainly: blue. Hex color #233F60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233F60 is #DCC09F. Grayscale: #3A3A3A. Windows color (decimal): -14467232 or 6307619. OLE color: 6307619.
HSL color Cylindrical-coordinate representation of color #233F60: hue angle of 212.46º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #233F60 is Cyan = 0.64, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 35 | 63 | 96 | - |
| CMYK | 0.64 | 0.34 | 0 | 0.62 |
| HSL | 212.46º | 0.47% | 0.26% | - |
| HSV(B) | 212.46º | 0.64% | 0.38% | - |
| XYZ | 4.58 | 4.76 | 11.74 | - |
| YUV | 58.39 | 149.22 | 111.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 63 | 96 | 0.64 | 0.34 | 0 | 0.62 | 212.46 | 0.47 | 0.26 |
| Hex | 23 | 3F | 60 | 40 | 22 | 0 | 3E | D4 | 2F | 1A |
| Octal | 43 | 77 | 140 | 100 | 42 | 0 | 76 | 324 | 57 | 32 |
| Binary | 100011 | 111111 | 1100000 | 1000000 | 100010 | 0 | 111110 | 11010100 | 101111 | 11010 |
Color Harmonies of #233F60
Complementary color
Monochromatic Colors of #233F60
Black with #233F60
Text Example
Text Example
White with #233F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233F60; }
p { color: rgb(35,63,96); }
H1.HeaderClassName
{
color: #233F60;
}
.AnyTagClassName
{
color: #233F60;
}
</style>
background-color css
<style>
a { background-color: #233F60; }
a { background-color: rgb(35,63,96); }
div.DivClassName
{
background-color: #233F60;
}
.BgClassName
{
background-color: #233F60;
}
</style>
border-color css
<style>
span { border-color: #233F60; }
span { border-color: rgb(35,63,96); }
td.TdClassName
{
border-color: #233F60;
}
.TagClassName
{
border-color: #233F60;
}
</style>