Shades of Catalina Blue #23345C
Tints of Catalina Blue #23345C
RGB
CMYK
RGB Variations
Color information
#23345C (or 0x23345C) is known color: Catalina Blue. HEX triplet: 23, 34 and 5C. RGB value is (35,52,92). Sum of RGB (Red+Green+Blue) = 35+52+92=179 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.55% from 179); Green value is 52 (20.70% from 255 or 29.05% from 179); Blue value is 92 (36.33% from 255 or 51.40% from 179); Max value from RGB is 92 - color contains mainly: blue. Hex color #23345C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23345C is #DCCBA3. Grayscale: #333333. Windows color (decimal): -14470052 or 6042659. OLE color: 6042659.
HSL color Cylindrical-coordinate representation of color #23345C: hue angle of 222.11º 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 #23345C is Cyan = 0.62, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 35 | 52 | 92 | - |
| CMYK | 0.62 | 0.43 | 0 | 0.64 |
| HSL | 222.11º | 0.45% | 0.25% | - |
| HSV(B) | 222.11º | 0.62% | 0.36% | - |
| XYZ | 3.85 | 3.59 | 10.61 | - |
| YUV | 51.48 | 150.87 | 116.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 52 | 92 | 0.62 | 0.43 | 0 | 0.64 | 222.11 | 0.45 | 0.25 |
| Hex | 23 | 34 | 5C | 3E | 2B | 0 | 40 | DE | 2D | 19 |
| Octal | 43 | 64 | 134 | 76 | 53 | 0 | 100 | 336 | 55 | 31 |
| Binary | 100011 | 110100 | 1011100 | 111110 | 101011 | 0 | 1000000 | 11011110 | 101101 | 11001 |
Color Harmonies of #23345C
Complementary color
Monochromatic Colors of #23345C
Black with #23345C
Text Example
Text Example
White with #23345C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23345C; }
p { color: rgb(35,52,92); }
H1.HeaderClassName
{
color: #23345C;
}
.AnyTagClassName
{
color: #23345C;
}
</style>
background-color css
<style>
a { background-color: #23345C; }
a { background-color: rgb(35,52,92); }
div.DivClassName
{
background-color: #23345C;
}
.BgClassName
{
background-color: #23345C;
}
</style>
border-color css
<style>
span { border-color: #23345C; }
span { border-color: rgb(35,52,92); }
td.TdClassName
{
border-color: #23345C;
}
.TagClassName
{
border-color: #23345C;
}
</style>