Shades of Catalina Blue #234268
Tints of Catalina Blue #234268
RGB
CMYK
RGB Variations
Color information
#234268 (or 0x234268) is known color: Catalina Blue. HEX triplet: 23, 42 and 68. RGB value is (35,66,104). Sum of RGB (Red+Green+Blue) = 35+66+104=205 (27% of max value = 765). Red value is 35 (14.06% from 255 or 17.07% from 205); Green value is 66 (26.17% from 255 or 32.20% from 205); Blue value is 104 (41.02% from 255 or 50.73% from 205); Max value from RGB is 104 - color contains mainly: blue. Hex color #234268 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234268 is #DCBD97. Grayscale: #3C3C3C. Windows color (decimal): -14466456 or 6832675. OLE color: 6832675.
HSL color Cylindrical-coordinate representation of color #234268: hue angle of 213.04º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #234268 is Cyan = 0.66, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 35 | 66 | 104 | - |
| CMYK | 0.66 | 0.37 | 0 | 0.59 |
| HSL | 213.04º | 0.5% | 0.27% | - |
| HSV(B) | 213.04º | 0.66% | 0.41% | - |
| XYZ | 5.14 | 5.25 | 13.84 | - |
| YUV | 61.06 | 152.23 | 109.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 66 | 104 | 0.66 | 0.37 | 0 | 0.59 | 213.04 | 0.5 | 0.27 |
| Hex | 23 | 42 | 68 | 42 | 25 | 0 | 3B | D5 | 32 | 1B |
| Octal | 43 | 102 | 150 | 102 | 45 | 0 | 73 | 325 | 62 | 33 |
| Binary | 100011 | 1000010 | 1101000 | 1000010 | 100101 | 0 | 111011 | 11010101 | 110010 | 11011 |
Color Harmonies of #234268
Complementary color
Monochromatic Colors of #234268
Black with #234268
Text Example
Text Example
White with #234268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234268; }
p { color: rgb(35,66,104); }
H1.HeaderClassName
{
color: #234268;
}
.AnyTagClassName
{
color: #234268;
}
</style>
background-color css
<style>
a { background-color: #234268; }
a { background-color: rgb(35,66,104); }
div.DivClassName
{
background-color: #234268;
}
.BgClassName
{
background-color: #234268;
}
</style>
border-color css
<style>
span { border-color: #234268; }
span { border-color: rgb(35,66,104); }
td.TdClassName
{
border-color: #234268;
}
.TagClassName
{
border-color: #234268;
}
</style>