Shades of Catalina Blue #233B5D
Tints of Catalina Blue #233B5D
RGB
CMYK
RGB Variations
Color information
#233B5D (or 0x233B5D) is known color: Catalina Blue. HEX triplet: 23, 3B and 5D. RGB value is (35,59,93). Sum of RGB (Red+Green+Blue) = 35+59+93=187 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.72% from 187); Green value is 59 (23.44% from 255 or 31.55% from 187); Blue value is 93 (36.72% from 255 or 49.73% from 187); Max value from RGB is 93 - color contains mainly: blue. Hex color #233B5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233B5D is #DCC4A2. Grayscale: #373737. Windows color (decimal): -14468259 or 6109987. OLE color: 6109987.
HSL color Cylindrical-coordinate representation of color #233B5D: hue angle of 215.17º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #233B5D is Cyan = 0.62, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 35 | 59 | 93 | - |
| CMYK | 0.62 | 0.37 | 0 | 0.64 |
| HSL | 215.17º | 0.45% | 0.25% | - |
| HSV(B) | 215.17º | 0.62% | 0.36% | - |
| XYZ | 4.23 | 4.28 | 10.96 | - |
| YUV | 55.7 | 149.05 | 113.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 59 | 93 | 0.62 | 0.37 | 0 | 0.64 | 215.17 | 0.45 | 0.25 |
| Hex | 23 | 3B | 5D | 3E | 25 | 0 | 40 | D7 | 2D | 19 |
| Octal | 43 | 73 | 135 | 76 | 45 | 0 | 100 | 327 | 55 | 31 |
| Binary | 100011 | 111011 | 1011101 | 111110 | 100101 | 0 | 1000000 | 11010111 | 101101 | 11001 |
Color Harmonies of #233B5D
Complementary color
Monochromatic Colors of #233B5D
Black with #233B5D
Text Example
Text Example
White with #233B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233B5D; }
p { color: rgb(35,59,93); }
H1.HeaderClassName
{
color: #233B5D;
}
.AnyTagClassName
{
color: #233B5D;
}
</style>
background-color css
<style>
a { background-color: #233B5D; }
a { background-color: rgb(35,59,93); }
div.DivClassName
{
background-color: #233B5D;
}
.BgClassName
{
background-color: #233B5D;
}
</style>
border-color css
<style>
span { border-color: #233B5D; }
span { border-color: rgb(35,59,93); }
td.TdClassName
{
border-color: #233B5D;
}
.TagClassName
{
border-color: #233B5D;
}
</style>