Shades of Catalina Blue #23345D
Tints of Catalina Blue #23345D
RGB
CMYK
RGB Variations
Color information
#23345D (or 0x23345D) is known color: Catalina Blue. HEX triplet: 23, 34 and 5D. RGB value is (35,52,93). Sum of RGB (Red+Green+Blue) = 35+52+93=180 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.44% from 180); Green value is 52 (20.70% from 255 or 28.89% from 180); Blue value is 93 (36.72% from 255 or 51.67% from 180); Max value from RGB is 93 - color contains mainly: blue. Hex color #23345D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23345D is #DCCBA2. Grayscale: #333333. Windows color (decimal): -14470051 or 6108195. OLE color: 6108195.
HSL color Cylindrical-coordinate representation of color #23345D: hue angle of 222.41º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #23345D is Cyan = 0.62, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 35 | 52 | 93 | - |
| CMYK | 0.62 | 0.44 | 0 | 0.64 |
| HSL | 222.41º | 0.45% | 0.25% | - |
| HSV(B) | 222.41º | 0.62% | 0.36% | - |
| XYZ | 3.9 | 3.6 | 10.85 | - |
| YUV | 51.59 | 151.37 | 116.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 52 | 93 | 0.62 | 0.44 | 0 | 0.64 | 222.41 | 0.45 | 0.25 |
| Hex | 23 | 34 | 5D | 3E | 2C | 0 | 40 | DE | 2D | 19 |
| Octal | 43 | 64 | 135 | 76 | 54 | 0 | 100 | 336 | 55 | 31 |
| Binary | 100011 | 110100 | 1011101 | 111110 | 101100 | 0 | 1000000 | 11011110 | 101101 | 11001 |
Color Harmonies of #23345D
Complementary color
Monochromatic Colors of #23345D
Black with #23345D
Text Example
Text Example
White with #23345D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23345D; }
p { color: rgb(35,52,93); }
H1.HeaderClassName
{
color: #23345D;
}
.AnyTagClassName
{
color: #23345D;
}
</style>
background-color css
<style>
a { background-color: #23345D; }
a { background-color: rgb(35,52,93); }
div.DivClassName
{
background-color: #23345D;
}
.BgClassName
{
background-color: #23345D;
}
</style>
border-color css
<style>
span { border-color: #23345D; }
span { border-color: rgb(35,52,93); }
td.TdClassName
{
border-color: #23345D;
}
.TagClassName
{
border-color: #23345D;
}
</style>