Shades of Catalina Blue #233A55
Tints of Catalina Blue #233A55
RGB
CMYK
RGB Variations
Color information
#233A55 (or 0x233A55) is known color: Catalina Blue. HEX triplet: 23, 3A and 55. RGB value is (35,58,85). Sum of RGB (Red+Green+Blue) = 35+58+85=178 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.66% from 178); Green value is 58 (23.05% from 255 or 32.58% from 178); Blue value is 85 (33.59% from 255 or 47.75% from 178); Max value from RGB is 85 - color contains mainly: blue. Hex color #233A55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233A55 is #DCC5AA. Grayscale: #363636. Windows color (decimal): -14468523 or 5585443. OLE color: 5585443.
HSL color Cylindrical-coordinate representation of color #233A55: hue angle of 212.4º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #233A55 is Cyan = 0.59, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 35 | 58 | 85 | - |
| CMYK | 0.59 | 0.32 | 0 | 0.67 |
| HSL | 212.4º | 0.42% | 0.24% | - |
| HSV(B) | 212.4º | 0.59% | 0.33% | - |
| XYZ | 3.85 | 4.04 | 9.17 | - |
| YUV | 54.2 | 145.38 | 114.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 58 | 85 | 0.59 | 0.32 | 0 | 0.67 | 212.4 | 0.42 | 0.24 |
| Hex | 23 | 3A | 55 | 3B | 20 | 0 | 43 | D4 | 2A | 18 |
| Octal | 43 | 72 | 125 | 73 | 40 | 0 | 103 | 324 | 52 | 30 |
| Binary | 100011 | 111010 | 1010101 | 111011 | 100000 | 0 | 1000011 | 11010100 | 101010 | 11000 |
Color Harmonies of #233A55
Complementary color
Monochromatic Colors of #233A55
Black with #233A55
Text Example
Text Example
White with #233A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233A55; }
p { color: rgb(35,58,85); }
H1.HeaderClassName
{
color: #233A55;
}
.AnyTagClassName
{
color: #233A55;
}
</style>
background-color css
<style>
a { background-color: #233A55; }
a { background-color: rgb(35,58,85); }
div.DivClassName
{
background-color: #233A55;
}
.BgClassName
{
background-color: #233A55;
}
</style>
border-color css
<style>
span { border-color: #233A55; }
span { border-color: rgb(35,58,85); }
td.TdClassName
{
border-color: #233A55;
}
.TagClassName
{
border-color: #233A55;
}
</style>