Shades of Catalina Blue #233A66
Tints of Catalina Blue #233A66
RGB
CMYK
RGB Variations
Color information
#233A66 (or 0x233A66) is known color: Catalina Blue. HEX triplet: 23, 3A and 66. RGB value is (35,58,102). Sum of RGB (Red+Green+Blue) = 35+58+102=195 (25% of max value = 765). Red value is 35 (14.06% from 255 or 17.95% from 195); Green value is 58 (23.05% from 255 or 29.74% from 195); Blue value is 102 (40.23% from 255 or 52.31% from 195); Max value from RGB is 102 - color contains mainly: blue. Hex color #233A66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233A66 is #DCC599. Grayscale: #373737. Windows color (decimal): -14468506 or 6699555. OLE color: 6699555.
HSL color Cylindrical-coordinate representation of color #233A66: hue angle of 219.4º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #233A66 is Cyan = 0.66, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 35 | 58 | 102 | - |
| CMYK | 0.66 | 0.43 | 0 | 0.6 |
| HSL | 219.4º | 0.49% | 0.27% | - |
| HSV(B) | 219.4º | 0.66% | 0.4% | - |
| XYZ | 4.6 | 4.34 | 13.17 | - |
| YUV | 56.14 | 153.88 | 112.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 58 | 102 | 0.66 | 0.43 | 0 | 0.6 | 219.4 | 0.49 | 0.27 |
| Hex | 23 | 3A | 66 | 42 | 2B | 0 | 3C | DB | 31 | 1B |
| Octal | 43 | 72 | 146 | 102 | 53 | 0 | 74 | 333 | 61 | 33 |
| Binary | 100011 | 111010 | 1100110 | 1000010 | 101011 | 0 | 111100 | 11011011 | 110001 | 11011 |
Color Harmonies of #233A66
Complementary color
Monochromatic Colors of #233A66
Black with #233A66
Text Example
Text Example
White with #233A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233A66; }
p { color: rgb(35,58,102); }
H1.HeaderClassName
{
color: #233A66;
}
.AnyTagClassName
{
color: #233A66;
}
</style>
background-color css
<style>
a { background-color: #233A66; }
a { background-color: rgb(35,58,102); }
div.DivClassName
{
background-color: #233A66;
}
.BgClassName
{
background-color: #233A66;
}
</style>
border-color css
<style>
span { border-color: #233A66; }
span { border-color: rgb(35,58,102); }
td.TdClassName
{
border-color: #233A66;
}
.TagClassName
{
border-color: #233A66;
}
</style>