Shades of Catalina Blue #233A57
Tints of Catalina Blue #233A57
RGB
CMYK
RGB Variations
Color information
#233A57 (or 0x233A57) is known color: Catalina Blue. HEX triplet: 23, 3A and 57. RGB value is (35,58,87). Sum of RGB (Red+Green+Blue) = 35+58+87=180 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.44% from 180); Green value is 58 (23.05% from 255 or 32.22% from 180); Blue value is 87 (34.38% from 255 or 48.33% from 180); Max value from RGB is 87 - color contains mainly: blue. Hex color #233A57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233A57 is #DCC5A8. Grayscale: #363636. Windows color (decimal): -14468521 or 5716515. OLE color: 5716515.
HSL color Cylindrical-coordinate representation of color #233A57: hue angle of 213.46º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #233A57 is Cyan = 0.60, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 35 | 58 | 87 | - |
| CMYK | 0.60 | 0.33 | 0 | 0.66 |
| HSL | 213.46º | 0.43% | 0.24% | - |
| HSV(B) | 213.46º | 0.6% | 0.34% | - |
| XYZ | 3.93 | 4.07 | 9.6 | - |
| YUV | 54.43 | 146.38 | 114.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 58 | 87 | 0.60 | 0.33 | 0 | 0.66 | 213.46 | 0.43 | 0.24 |
| Hex | 23 | 3A | 57 | 3C | 21 | 0 | 42 | D5 | 2B | 18 |
| Octal | 43 | 72 | 127 | 74 | 41 | 0 | 102 | 325 | 53 | 30 |
| Binary | 100011 | 111010 | 1010111 | 111100 | 100001 | 0 | 1000010 | 11010101 | 101011 | 11000 |
Color Harmonies of #233A57
Complementary color
Monochromatic Colors of #233A57
Black with #233A57
Text Example
Text Example
White with #233A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233A57; }
p { color: rgb(35,58,87); }
H1.HeaderClassName
{
color: #233A57;
}
.AnyTagClassName
{
color: #233A57;
}
</style>
background-color css
<style>
a { background-color: #233A57; }
a { background-color: rgb(35,58,87); }
div.DivClassName
{
background-color: #233A57;
}
.BgClassName
{
background-color: #233A57;
}
</style>
border-color css
<style>
span { border-color: #233A57; }
span { border-color: rgb(35,58,87); }
td.TdClassName
{
border-color: #233A57;
}
.TagClassName
{
border-color: #233A57;
}
</style>