Shades of Catalina Blue #23456A
Tints of Catalina Blue #23456A
RGB
CMYK
RGB Variations
Color information
#23456A (or 0x23456A) is known color: Catalina Blue. HEX triplet: 23, 45 and 6A. RGB value is (35,69,106). Sum of RGB (Red+Green+Blue) = 35+69+106=210 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.67% from 210); Green value is 69 (27.34% from 255 or 32.86% from 210); Blue value is 106 (41.80% from 255 or 50.48% from 210); Max value from RGB is 106 - color contains mainly: blue. Hex color #23456A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23456A is #DCBA95. Grayscale: #3E3E3E. Windows color (decimal): -14465686 or 6964515. OLE color: 6964515.
HSL color Cylindrical-coordinate representation of color #23456A: hue angle of 211.27º 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 #23456A is Cyan = 0.67, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 35 | 69 | 106 | - |
| CMYK | 0.67 | 0.35 | 0 | 0.58 |
| HSL | 211.27º | 0.5% | 0.28% | - |
| HSV(B) | 211.27º | 0.67% | 0.42% | - |
| XYZ | 5.42 | 5.65 | 14.44 | - |
| YUV | 63.05 | 152.24 | 107.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 69 | 106 | 0.67 | 0.35 | 0 | 0.58 | 211.27 | 0.5 | 0.28 |
| Hex | 23 | 45 | 6A | 43 | 23 | 0 | 3A | D3 | 32 | 1C |
| Octal | 43 | 105 | 152 | 103 | 43 | 0 | 72 | 323 | 62 | 34 |
| Binary | 100011 | 1000101 | 1101010 | 1000011 | 100011 | 0 | 111010 | 11010011 | 110010 | 11100 |
Color Harmonies of #23456A
Complementary color
Monochromatic Colors of #23456A
Black with #23456A
Text Example
Text Example
White with #23456A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23456A; }
p { color: rgb(35,69,106); }
H1.HeaderClassName
{
color: #23456A;
}
.AnyTagClassName
{
color: #23456A;
}
</style>
background-color css
<style>
a { background-color: #23456A; }
a { background-color: rgb(35,69,106); }
div.DivClassName
{
background-color: #23456A;
}
.BgClassName
{
background-color: #23456A;
}
</style>
border-color css
<style>
span { border-color: #23456A; }
span { border-color: rgb(35,69,106); }
td.TdClassName
{
border-color: #23456A;
}
.TagClassName
{
border-color: #23456A;
}
</style>