Shades of Catalina Blue #23366A
Tints of Catalina Blue #23366A
RGB
CMYK
RGB Variations
Color information
#23366A (or 0x23366A) is known color: Catalina Blue. HEX triplet: 23, 36 and 6A. RGB value is (35,54,106). Sum of RGB (Red+Green+Blue) = 35+54+106=195 (25% of max value = 765). Red value is 35 (14.06% from 255 or 17.95% from 195); Green value is 54 (21.48% from 255 or 27.69% from 195); Blue value is 106 (41.80% from 255 or 54.36% from 195); Max value from RGB is 106 - color contains mainly: blue. Hex color #23366A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23366A is #DCC995. Grayscale: #363636. Windows color (decimal): -14469526 or 6960675. OLE color: 6960675.
HSL color Cylindrical-coordinate representation of color #23366A: hue angle of 223.94º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #23366A is Cyan = 0.67, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 35 | 54 | 106 | - |
| CMYK | 0.67 | 0.49 | 0 | 0.58 |
| HSL | 223.94º | 0.5% | 0.28% | - |
| HSV(B) | 223.94º | 0.67% | 0.42% | - |
| XYZ | 4.61 | 4.04 | 14.17 | - |
| YUV | 54.25 | 157.21 | 114.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 54 | 106 | 0.67 | 0.49 | 0 | 0.58 | 223.94 | 0.5 | 0.28 |
| Hex | 23 | 36 | 6A | 43 | 31 | 0 | 3A | E0 | 32 | 1C |
| Octal | 43 | 66 | 152 | 103 | 61 | 0 | 72 | 340 | 62 | 34 |
| Binary | 100011 | 110110 | 1101010 | 1000011 | 110001 | 0 | 111010 | 11100000 | 110010 | 11100 |
Color Harmonies of #23366A
Complementary color
Monochromatic Colors of #23366A
Black with #23366A
Text Example
Text Example
White with #23366A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23366A; }
p { color: rgb(35,54,106); }
H1.HeaderClassName
{
color: #23366A;
}
.AnyTagClassName
{
color: #23366A;
}
</style>
background-color css
<style>
a { background-color: #23366A; }
a { background-color: rgb(35,54,106); }
div.DivClassName
{
background-color: #23366A;
}
.BgClassName
{
background-color: #23366A;
}
</style>
border-color css
<style>
span { border-color: #23366A; }
span { border-color: rgb(35,54,106); }
td.TdClassName
{
border-color: #23366A;
}
.TagClassName
{
border-color: #23366A;
}
</style>