Shades of Catalina Blue #233463
Tints of Catalina Blue #233463
RGB
CMYK
RGB Variations
Color information
#233463 (or 0x233463) is known color: Catalina Blue. HEX triplet: 23, 34 and 63. RGB value is (35,52,99). Sum of RGB (Red+Green+Blue) = 35+52+99=186 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.82% from 186); Green value is 52 (20.70% from 255 or 27.96% from 186); Blue value is 99 (39.06% from 255 or 53.23% from 186); Max value from RGB is 99 - color contains mainly: blue. Hex color #233463 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233463 is #DCCB9C. Grayscale: #343434. Windows color (decimal): -14470045 or 6501411. OLE color: 6501411.
HSL color Cylindrical-coordinate representation of color #233463: hue angle of 224.06º 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 #233463 is Cyan = 0.65, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 35 | 52 | 99 | - |
| CMYK | 0.65 | 0.47 | 0 | 0.61 |
| HSL | 224.06º | 0.48% | 0.26% | - |
| HSV(B) | 224.06º | 0.65% | 0.39% | - |
| XYZ | 4.17 | 3.71 | 12.3 | - |
| YUV | 52.28 | 154.37 | 115.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 52 | 99 | 0.65 | 0.47 | 0 | 0.61 | 224.06 | 0.48 | 0.26 |
| Hex | 23 | 34 | 63 | 41 | 2F | 0 | 3D | E0 | 30 | 1A |
| Octal | 43 | 64 | 143 | 101 | 57 | 0 | 75 | 340 | 60 | 32 |
| Binary | 100011 | 110100 | 1100011 | 1000001 | 101111 | 0 | 111101 | 11100000 | 110000 | 11010 |
Color Harmonies of #233463
Complementary color
Monochromatic Colors of #233463
Black with #233463
Text Example
Text Example
White with #233463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233463; }
p { color: rgb(35,52,99); }
H1.HeaderClassName
{
color: #233463;
}
.AnyTagClassName
{
color: #233463;
}
</style>
background-color css
<style>
a { background-color: #233463; }
a { background-color: rgb(35,52,99); }
div.DivClassName
{
background-color: #233463;
}
.BgClassName
{
background-color: #233463;
}
</style>
border-color css
<style>
span { border-color: #233463; }
span { border-color: rgb(35,52,99); }
td.TdClassName
{
border-color: #233463;
}
.TagClassName
{
border-color: #233463;
}
</style>