Shades of Catalina Blue #234470
Tints of Catalina Blue #234470
RGB
CMYK
RGB Variations
Color information
#234470 (or 0x234470) is known color: Catalina Blue. HEX triplet: 23, 44 and 70. RGB value is (35,68,112). Sum of RGB (Red+Green+Blue) = 35+68+112=215 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.28% from 215); Green value is 68 (26.95% from 255 or 31.63% from 215); Blue value is 112 (44.14% from 255 or 52.09% from 215); Max value from RGB is 112 - color contains mainly: blue. Hex color #234470 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234470 is #DCBB8F. Grayscale: #3E3E3E. Windows color (decimal): -14465936 or 7357475. OLE color: 7357475.
HSL color Cylindrical-coordinate representation of color #234470: hue angle of 214.29º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #234470 is Cyan = 0.69, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 35 | 68 | 112 | - |
| CMYK | 0.69 | 0.39 | 0 | 0.56 |
| HSL | 214.29º | 0.52% | 0.29% | - |
| HSV(B) | 214.29º | 0.69% | 0.44% | - |
| XYZ | 5.68 | 5.66 | 16.12 | - |
| YUV | 63.15 | 155.57 | 107.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 68 | 112 | 0.69 | 0.39 | 0 | 0.56 | 214.29 | 0.52 | 0.29 |
| Hex | 23 | 44 | 70 | 45 | 27 | 0 | 38 | D6 | 34 | 1D |
| Octal | 43 | 104 | 160 | 105 | 47 | 0 | 70 | 326 | 64 | 35 |
| Binary | 100011 | 1000100 | 1110000 | 1000101 | 100111 | 0 | 111000 | 11010110 | 110100 | 11101 |
Color Harmonies of #234470
Complementary color
Monochromatic Colors of #234470
Black with #234470
Text Example
Text Example
White with #234470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234470; }
p { color: rgb(35,68,112); }
H1.HeaderClassName
{
color: #234470;
}
.AnyTagClassName
{
color: #234470;
}
</style>
background-color css
<style>
a { background-color: #234470; }
a { background-color: rgb(35,68,112); }
div.DivClassName
{
background-color: #234470;
}
.BgClassName
{
background-color: #234470;
}
</style>
border-color css
<style>
span { border-color: #234470; }
span { border-color: rgb(35,68,112); }
td.TdClassName
{
border-color: #234470;
}
.TagClassName
{
border-color: #234470;
}
</style>