Shades of Catalina Blue #233C65
Tints of Catalina Blue #233C65
RGB
CMYK
RGB Variations
Color information
#233C65 (or 0x233C65) is known color: Catalina Blue. HEX triplet: 23, 3C and 65. RGB value is (35,60,101). Sum of RGB (Red+Green+Blue) = 35+60+101=196 (25% of max value = 765). Red value is 35 (14.06% from 255 or 17.86% from 196); Green value is 60 (23.83% from 255 or 30.61% from 196); Blue value is 101 (39.84% from 255 or 51.53% from 196); Max value from RGB is 101 - color contains mainly: blue. Hex color #233C65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233C65 is #DCC39A. Grayscale: #393939. Windows color (decimal): -14467995 or 6634531. OLE color: 6634531.
HSL color Cylindrical-coordinate representation of color #233C65: hue angle of 217.27º 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 #233C65 is Cyan = 0.65, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 35 | 60 | 101 | - |
| CMYK | 0.65 | 0.41 | 0 | 0.60 |
| HSL | 217.27º | 0.49% | 0.27% | - |
| HSV(B) | 217.27º | 0.65% | 0.4% | - |
| XYZ | 4.66 | 4.53 | 12.94 | - |
| YUV | 57.2 | 152.72 | 112.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 60 | 101 | 0.65 | 0.41 | 0 | 0.60 | 217.27 | 0.49 | 0.27 |
| Hex | 23 | 3C | 65 | 41 | 29 | 0 | 3C | D9 | 31 | 1B |
| Octal | 43 | 74 | 145 | 101 | 51 | 0 | 74 | 331 | 61 | 33 |
| Binary | 100011 | 111100 | 1100101 | 1000001 | 101001 | 0 | 111100 | 11011001 | 110001 | 11011 |
Color Harmonies of #233C65
Complementary color
Monochromatic Colors of #233C65
Black with #233C65
Text Example
Text Example
White with #233C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233C65; }
p { color: rgb(35,60,101); }
H1.HeaderClassName
{
color: #233C65;
}
.AnyTagClassName
{
color: #233C65;
}
</style>
background-color css
<style>
a { background-color: #233C65; }
a { background-color: rgb(35,60,101); }
div.DivClassName
{
background-color: #233C65;
}
.BgClassName
{
background-color: #233C65;
}
</style>
border-color css
<style>
span { border-color: #233C65; }
span { border-color: rgb(35,60,101); }
td.TdClassName
{
border-color: #233C65;
}
.TagClassName
{
border-color: #233C65;
}
</style>