Shades of Catalina Blue #234263
Tints of Catalina Blue #234263
RGB
CMYK
RGB Variations
Color information
#234263 (or 0x234263) is known color: Catalina Blue. HEX triplet: 23, 42 and 63. RGB value is (35,66,99). Sum of RGB (Red+Green+Blue) = 35+66+99=200 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.5% from 200); Green value is 66 (26.17% from 255 or 33% from 200); Blue value is 99 (39.06% from 255 or 49.5% from 200); Max value from RGB is 99 - color contains mainly: blue. Hex color #234263 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234263 is #DCBD9C. Grayscale: #3C3C3C. Windows color (decimal): -14466461 or 6504995. OLE color: 6504995.
HSL color Cylindrical-coordinate representation of color #234263: hue angle of 210.94º 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 #234263 is Cyan = 0.65, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 35 | 66 | 99 | - |
| CMYK | 0.65 | 0.33 | 0 | 0.61 |
| HSL | 210.94º | 0.48% | 0.26% | - |
| HSV(B) | 210.94º | 0.65% | 0.39% | - |
| XYZ | 4.89 | 5.15 | 12.54 | - |
| YUV | 60.49 | 149.73 | 109.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 66 | 99 | 0.65 | 0.33 | 0 | 0.61 | 210.94 | 0.48 | 0.26 |
| Hex | 23 | 42 | 63 | 41 | 21 | 0 | 3D | D3 | 30 | 1A |
| Octal | 43 | 102 | 143 | 101 | 41 | 0 | 75 | 323 | 60 | 32 |
| Binary | 100011 | 1000010 | 1100011 | 1000001 | 100001 | 0 | 111101 | 11010011 | 110000 | 11010 |
Color Harmonies of #234263
Complementary color
Monochromatic Colors of #234263
Black with #234263
Text Example
Text Example
White with #234263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234263; }
p { color: rgb(35,66,99); }
H1.HeaderClassName
{
color: #234263;
}
.AnyTagClassName
{
color: #234263;
}
</style>
background-color css
<style>
a { background-color: #234263; }
a { background-color: rgb(35,66,99); }
div.DivClassName
{
background-color: #234263;
}
.BgClassName
{
background-color: #234263;
}
</style>
border-color css
<style>
span { border-color: #234263; }
span { border-color: rgb(35,66,99); }
td.TdClassName
{
border-color: #234263;
}
.TagClassName
{
border-color: #234263;
}
</style>