Shades of Catalina Blue #234064
Tints of Catalina Blue #234064
RGB
CMYK
RGB Variations
Color information
#234064 (or 0x234064) is known color: Catalina Blue. HEX triplet: 23, 40 and 64. RGB value is (35,64,100). Sum of RGB (Red+Green+Blue) = 35+64+100=199 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.59% from 199); Green value is 64 (25.39% from 255 or 32.16% from 199); Blue value is 100 (39.45% from 255 or 50.25% from 199); Max value from RGB is 100 - color contains mainly: blue. Hex color #234064 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234064 is #DCBF9B. Grayscale: #3B3B3B. Windows color (decimal): -14466972 or 6570019. OLE color: 6570019.
HSL color Cylindrical-coordinate representation of color #234064: hue angle of 213.23º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #234064 is Cyan = 0.65, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 35 | 64 | 100 | - |
| CMYK | 0.65 | 0.36 | 0 | 0.61 |
| HSL | 213.23º | 0.48% | 0.26% | - |
| HSV(B) | 213.23º | 0.65% | 0.39% | - |
| XYZ | 4.83 | 4.94 | 12.76 | - |
| YUV | 59.43 | 150.89 | 110.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 64 | 100 | 0.65 | 0.36 | 0 | 0.61 | 213.23 | 0.48 | 0.26 |
| Hex | 23 | 40 | 64 | 41 | 24 | 0 | 3D | D5 | 30 | 1A |
| Octal | 43 | 100 | 144 | 101 | 44 | 0 | 75 | 325 | 60 | 32 |
| Binary | 100011 | 1000000 | 1100100 | 1000001 | 100100 | 0 | 111101 | 11010101 | 110000 | 11010 |
Color Harmonies of #234064
Complementary color
Monochromatic Colors of #234064
Black with #234064
Text Example
Text Example
White with #234064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234064; }
p { color: rgb(35,64,100); }
H1.HeaderClassName
{
color: #234064;
}
.AnyTagClassName
{
color: #234064;
}
</style>
background-color css
<style>
a { background-color: #234064; }
a { background-color: rgb(35,64,100); }
div.DivClassName
{
background-color: #234064;
}
.BgClassName
{
background-color: #234064;
}
</style>
border-color css
<style>
span { border-color: #234064; }
span { border-color: rgb(35,64,100); }
td.TdClassName
{
border-color: #234064;
}
.TagClassName
{
border-color: #234064;
}
</style>