Shades of Catalina Blue #233752
Tints of Catalina Blue #233752
RGB
CMYK
RGB Variations
Color information
#233752 (or 0x233752) is known color: Catalina Blue. HEX triplet: 23, 37 and 52. RGB value is (35,55,82). Sum of RGB (Red+Green+Blue) = 35+55+82=172 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.35% from 172); Green value is 55 (21.88% from 255 or 31.98% from 172); Blue value is 82 (32.42% from 255 or 47.67% from 172); Max value from RGB is 82 - color contains mainly: blue. Hex color #233752 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233752 is #DCC8AD. Grayscale: #333333. Windows color (decimal): -14469294 or 5388067. OLE color: 5388067.
HSL color Cylindrical-coordinate representation of color #233752: hue angle of 214.47º degrees, saturation: 0.4, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #233752 is Cyan = 0.57, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 35 | 55 | 82 | - |
| CMYK | 0.57 | 0.33 | 0 | 0.68 |
| HSL | 214.47º | 0.4% | 0.23% | - |
| HSV(B) | 214.47º | 0.57% | 0.32% | - |
| XYZ | 3.58 | 3.7 | 8.51 | - |
| YUV | 52.1 | 144.87 | 115.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 55 | 82 | 0.57 | 0.33 | 0 | 0.68 | 214.47 | 0.4 | 0.23 |
| Hex | 23 | 37 | 52 | 39 | 21 | 0 | 44 | D6 | 28 | 17 |
| Octal | 43 | 67 | 122 | 71 | 41 | 0 | 104 | 326 | 50 | 27 |
| Binary | 100011 | 110111 | 1010010 | 111001 | 100001 | 0 | 1000100 | 11010110 | 101000 | 10111 |
Color Harmonies of #233752
Complementary color
Monochromatic Colors of #233752
Black with #233752
Text Example
Text Example
White with #233752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233752; }
p { color: rgb(35,55,82); }
H1.HeaderClassName
{
color: #233752;
}
.AnyTagClassName
{
color: #233752;
}
</style>
background-color css
<style>
a { background-color: #233752; }
a { background-color: rgb(35,55,82); }
div.DivClassName
{
background-color: #233752;
}
.BgClassName
{
background-color: #233752;
}
</style>
border-color css
<style>
span { border-color: #233752; }
span { border-color: rgb(35,55,82); }
td.TdClassName
{
border-color: #233752;
}
.TagClassName
{
border-color: #233752;
}
</style>