Shades of Catalina Blue #233863
Tints of Catalina Blue #233863
RGB
CMYK
RGB Variations
Color information
#233863 (or 0x233863) is known color: Catalina Blue. HEX triplet: 23, 38 and 63. RGB value is (35,56,99). Sum of RGB (Red+Green+Blue) = 35+56+99=190 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.42% from 190); Green value is 56 (22.27% from 255 or 29.47% from 190); Blue value is 99 (39.06% from 255 or 52.11% from 190); Max value from RGB is 99 - color contains mainly: blue. Hex color #233863 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233863 is #DCC79C. Grayscale: #363636. Windows color (decimal): -14469021 or 6502435. OLE color: 6502435.
HSL color Cylindrical-coordinate representation of color #233863: hue angle of 220.31º 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 #233863 is Cyan = 0.65, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 35 | 56 | 99 | - |
| CMYK | 0.65 | 0.43 | 0 | 0.61 |
| HSL | 220.31º | 0.48% | 0.26% | - |
| HSV(B) | 220.31º | 0.65% | 0.39% | - |
| XYZ | 4.36 | 4.09 | 12.36 | - |
| YUV | 54.62 | 153.04 | 114 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 56 | 99 | 0.65 | 0.43 | 0 | 0.61 | 220.31 | 0.48 | 0.26 |
| Hex | 23 | 38 | 63 | 41 | 2B | 0 | 3D | DC | 30 | 1A |
| Octal | 43 | 70 | 143 | 101 | 53 | 0 | 75 | 334 | 60 | 32 |
| Binary | 100011 | 111000 | 1100011 | 1000001 | 101011 | 0 | 111101 | 11011100 | 110000 | 11010 |
Color Harmonies of #233863
Complementary color
Monochromatic Colors of #233863
Black with #233863
Text Example
Text Example
White with #233863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233863; }
p { color: rgb(35,56,99); }
H1.HeaderClassName
{
color: #233863;
}
.AnyTagClassName
{
color: #233863;
}
</style>
background-color css
<style>
a { background-color: #233863; }
a { background-color: rgb(35,56,99); }
div.DivClassName
{
background-color: #233863;
}
.BgClassName
{
background-color: #233863;
}
</style>
border-color css
<style>
span { border-color: #233863; }
span { border-color: rgb(35,56,99); }
td.TdClassName
{
border-color: #233863;
}
.TagClassName
{
border-color: #233863;
}
</style>