Shades of Catalina Blue #233650
Tints of Catalina Blue #233650
RGB
CMYK
RGB Variations
Color information
#233650 (or 0x233650) is known color: Catalina Blue. HEX triplet: 23, 36 and 50. RGB value is (35,54,80). Sum of RGB (Red+Green+Blue) = 35+54+80=169 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.71% from 169); Green value is 54 (21.48% from 255 or 31.95% from 169); Blue value is 80 (31.64% from 255 or 47.34% from 169); Max value from RGB is 80 - color contains mainly: blue. Hex color #233650 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233650 is #DCC9AF. Grayscale: #333333. Windows color (decimal): -14469552 or 5256739. OLE color: 5256739.
HSL color Cylindrical-coordinate representation of color #233650: hue angle of 214.67º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #233650 is Cyan = 0.56, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 35 | 54 | 80 | - |
| CMYK | 0.56 | 0.33 | 0 | 0.69 |
| HSL | 214.67º | 0.39% | 0.23% | - |
| HSV(B) | 214.67º | 0.56% | 0.31% | - |
| XYZ | 3.46 | 3.57 | 8.1 | - |
| YUV | 51.28 | 144.21 | 116.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 54 | 80 | 0.56 | 0.33 | 0 | 0.69 | 214.67 | 0.39 | 0.23 |
| Hex | 23 | 36 | 50 | 38 | 21 | 0 | 45 | D7 | 27 | 17 |
| Octal | 43 | 66 | 120 | 70 | 41 | 0 | 105 | 327 | 47 | 27 |
| Binary | 100011 | 110110 | 1010000 | 111000 | 100001 | 0 | 1000101 | 11010111 | 100111 | 10111 |
Color Harmonies of #233650
Complementary color
Monochromatic Colors of #233650
Black with #233650
Text Example
Text Example
White with #233650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233650; }
p { color: rgb(35,54,80); }
H1.HeaderClassName
{
color: #233650;
}
.AnyTagClassName
{
color: #233650;
}
</style>
background-color css
<style>
a { background-color: #233650; }
a { background-color: rgb(35,54,80); }
div.DivClassName
{
background-color: #233650;
}
.BgClassName
{
background-color: #233650;
}
</style>
border-color css
<style>
span { border-color: #233650; }
span { border-color: rgb(35,54,80); }
td.TdClassName
{
border-color: #233650;
}
.TagClassName
{
border-color: #233650;
}
</style>