Shades of Catalina Blue #223C6D
Tints of Catalina Blue #223C6D
RGB
CMYK
RGB Variations
Color information
#223C6D (or 0x223C6D) is known color: Catalina Blue. HEX triplet: 22, 3C and 6D. RGB value is (34,60,109). Sum of RGB (Red+Green+Blue) = 34+60+109=203 (26% of max value = 765). Red value is 34 (13.67% from 255 or 16.75% from 203); Green value is 60 (23.83% from 255 or 29.56% from 203); Blue value is 109 (42.97% from 255 or 53.69% from 203); Max value from RGB is 109 - color contains mainly: blue. Hex color #223C6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223C6D is #DDC392. Grayscale: #393939. Windows color (decimal): -14533523 or 7158818. OLE color: 7158818.
HSL color Cylindrical-coordinate representation of color #223C6D: hue angle of 219.2º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #223C6D is Cyan = 0.69, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 34 | 60 | 109 | - |
| CMYK | 0.69 | 0.45 | 0 | 0.57 |
| HSL | 219.2º | 0.52% | 0.28% | - |
| HSV(B) | 219.2º | 0.69% | 0.43% | - |
| XYZ | 5.04 | 4.68 | 15.11 | - |
| YUV | 57.81 | 156.89 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 60 | 109 | 0.69 | 0.45 | 0 | 0.57 | 219.2 | 0.52 | 0.28 |
| Hex | 22 | 3C | 6D | 45 | 2D | 0 | 39 | DB | 34 | 1C |
| Octal | 42 | 74 | 155 | 105 | 55 | 0 | 71 | 333 | 64 | 34 |
| Binary | 100010 | 111100 | 1101101 | 1000101 | 101101 | 0 | 111001 | 11011011 | 110100 | 11100 |
Color Harmonies of #223C6D
Complementary color
Monochromatic Colors of #223C6D
Black with #223C6D
Text Example
Text Example
White with #223C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223C6D; }
p { color: rgb(34,60,109); }
H1.HeaderClassName
{
color: #223C6D;
}
.AnyTagClassName
{
color: #223C6D;
}
</style>
background-color css
<style>
a { background-color: #223C6D; }
a { background-color: rgb(34,60,109); }
div.DivClassName
{
background-color: #223C6D;
}
.BgClassName
{
background-color: #223C6D;
}
</style>
border-color css
<style>
span { border-color: #223C6D; }
span { border-color: rgb(34,60,109); }
td.TdClassName
{
border-color: #223C6D;
}
.TagClassName
{
border-color: #223C6D;
}
</style>