Shades of Catalina Blue #233C69
Tints of Catalina Blue #233C69
RGB
CMYK
RGB Variations
Color information
#233C69 (or 0x233C69) is known color: Catalina Blue. HEX triplet: 23, 3C and 69. RGB value is (35,60,105). Sum of RGB (Red+Green+Blue) = 35+60+105=200 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.5% from 200); Green value is 60 (23.83% from 255 or 30% from 200); Blue value is 105 (41.41% from 255 or 52.5% from 200); Max value from RGB is 105 - color contains mainly: blue. Hex color #233C69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233C69 is #DCC396. Grayscale: #393939. Windows color (decimal): -14467991 or 6896675. OLE color: 6896675.
HSL color Cylindrical-coordinate representation of color #233C69: hue angle of 218.57º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #233C69 is Cyan = 0.67, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 35 | 60 | 105 | - |
| CMYK | 0.67 | 0.43 | 0 | 0.59 |
| HSL | 218.57º | 0.5% | 0.27% | - |
| HSV(B) | 218.57º | 0.67% | 0.41% | - |
| XYZ | 4.86 | 4.61 | 14 | - |
| YUV | 57.66 | 154.72 | 111.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 60 | 105 | 0.67 | 0.43 | 0 | 0.59 | 218.57 | 0.5 | 0.27 |
| Hex | 23 | 3C | 69 | 43 | 2B | 0 | 3B | DB | 32 | 1B |
| Octal | 43 | 74 | 151 | 103 | 53 | 0 | 73 | 333 | 62 | 33 |
| Binary | 100011 | 111100 | 1101001 | 1000011 | 101011 | 0 | 111011 | 11011011 | 110010 | 11011 |
Color Harmonies of #233C69
Complementary color
Monochromatic Colors of #233C69
Black with #233C69
Text Example
Text Example
White with #233C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233C69; }
p { color: rgb(35,60,105); }
H1.HeaderClassName
{
color: #233C69;
}
.AnyTagClassName
{
color: #233C69;
}
</style>
background-color css
<style>
a { background-color: #233C69; }
a { background-color: rgb(35,60,105); }
div.DivClassName
{
background-color: #233C69;
}
.BgClassName
{
background-color: #233C69;
}
</style>
border-color css
<style>
span { border-color: #233C69; }
span { border-color: rgb(35,60,105); }
td.TdClassName
{
border-color: #233C69;
}
.TagClassName
{
border-color: #233C69;
}
</style>