Shades of Catalina Blue #234569
Tints of Catalina Blue #234569
RGB
CMYK
RGB Variations
Color information
#234569 (or 0x234569) is known color: Catalina Blue. HEX triplet: 23, 45 and 69. RGB value is (35,69,105). Sum of RGB (Red+Green+Blue) = 35+69+105=209 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.75% from 209); Green value is 69 (27.34% from 255 or 33.01% from 209); Blue value is 105 (41.41% from 255 or 50.24% from 209); Max value from RGB is 105 - color contains mainly: blue. Hex color #234569 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234569 is #DCBA96. Grayscale: #3E3E3E. Windows color (decimal): -14465687 or 6898979. OLE color: 6898979.
HSL color Cylindrical-coordinate representation of color #234569: hue angle of 210.86º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #234569 is Cyan = 0.67, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 35 | 69 | 105 | - |
| CMYK | 0.67 | 0.34 | 0 | 0.59 |
| HSL | 210.86º | 0.5% | 0.27% | - |
| HSV(B) | 210.86º | 0.67% | 0.41% | - |
| XYZ | 5.37 | 5.63 | 14.17 | - |
| YUV | 62.94 | 151.74 | 108.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 69 | 105 | 0.67 | 0.34 | 0 | 0.59 | 210.86 | 0.5 | 0.27 |
| Hex | 23 | 45 | 69 | 43 | 22 | 0 | 3B | D3 | 32 | 1B |
| Octal | 43 | 105 | 151 | 103 | 42 | 0 | 73 | 323 | 62 | 33 |
| Binary | 100011 | 1000101 | 1101001 | 1000011 | 100010 | 0 | 111011 | 11010011 | 110010 | 11011 |
Color Harmonies of #234569
Complementary color
Monochromatic Colors of #234569
Black with #234569
Text Example
Text Example
White with #234569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234569; }
p { color: rgb(35,69,105); }
H1.HeaderClassName
{
color: #234569;
}
.AnyTagClassName
{
color: #234569;
}
</style>
background-color css
<style>
a { background-color: #234569; }
a { background-color: rgb(35,69,105); }
div.DivClassName
{
background-color: #234569;
}
.BgClassName
{
background-color: #234569;
}
</style>
border-color css
<style>
span { border-color: #234569; }
span { border-color: rgb(35,69,105); }
td.TdClassName
{
border-color: #234569;
}
.TagClassName
{
border-color: #234569;
}
</style>