Shades of Catalina Blue #233753
Tints of Catalina Blue #233753
RGB
CMYK
RGB Variations
Color information
#233753 (or 0x233753) is known color: Catalina Blue. HEX triplet: 23, 37 and 53. RGB value is (35,55,83). Sum of RGB (Red+Green+Blue) = 35+55+83=173 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.23% from 173); Green value is 55 (21.88% from 255 or 31.79% from 173); Blue value is 83 (32.81% from 255 or 47.98% from 173); Max value from RGB is 83 - color contains mainly: blue. Hex color #233753 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233753 is #DCC8AC. Grayscale: #343434. Windows color (decimal): -14469293 or 5453603. OLE color: 5453603.
HSL color Cylindrical-coordinate representation of color #233753: hue angle of 215º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #233753 is Cyan = 0.58, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 35 | 55 | 83 | - |
| CMYK | 0.58 | 0.34 | 0 | 0.67 |
| HSL | 215º | 0.41% | 0.23% | - |
| HSV(B) | 215º | 0.58% | 0.33% | - |
| XYZ | 3.62 | 3.71 | 8.71 | - |
| YUV | 52.21 | 145.37 | 115.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 55 | 83 | 0.58 | 0.34 | 0 | 0.67 | 215 | 0.41 | 0.23 |
| Hex | 23 | 37 | 53 | 3A | 22 | 0 | 43 | D7 | 29 | 17 |
| Octal | 43 | 67 | 123 | 72 | 42 | 0 | 103 | 327 | 51 | 27 |
| Binary | 100011 | 110111 | 1010011 | 111010 | 100010 | 0 | 1000011 | 11010111 | 101001 | 10111 |
Color Harmonies of #233753
Complementary color
Monochromatic Colors of #233753
Black with #233753
Text Example
Text Example
White with #233753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233753; }
p { color: rgb(35,55,83); }
H1.HeaderClassName
{
color: #233753;
}
.AnyTagClassName
{
color: #233753;
}
</style>
background-color css
<style>
a { background-color: #233753; }
a { background-color: rgb(35,55,83); }
div.DivClassName
{
background-color: #233753;
}
.BgClassName
{
background-color: #233753;
}
</style>
border-color css
<style>
span { border-color: #233753; }
span { border-color: rgb(35,55,83); }
td.TdClassName
{
border-color: #233753;
}
.TagClassName
{
border-color: #233753;
}
</style>