Shades of Catalina Blue #223E6B
Tints of Catalina Blue #223E6B
RGB
CMYK
RGB Variations
Color information
#223E6B (or 0x223E6B) is known color: Catalina Blue. HEX triplet: 22, 3E and 6B. RGB value is (34,62,107). Sum of RGB (Red+Green+Blue) = 34+62+107=203 (26% of max value = 765). Red value is 34 (13.67% from 255 or 16.75% from 203); Green value is 62 (24.61% from 255 or 30.54% from 203); Blue value is 107 (42.19% from 255 or 52.71% from 203); Max value from RGB is 107 - color contains mainly: blue. Hex color #223E6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223E6B is #DDC194. Grayscale: #3A3A3A. Windows color (decimal): -14533013 or 7028258. OLE color: 7028258.
HSL color Cylindrical-coordinate representation of color #223E6B: hue angle of 216.99º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #223E6B is Cyan = 0.68, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 34 | 62 | 107 | - |
| CMYK | 0.68 | 0.42 | 0 | 0.58 |
| HSL | 216.99º | 0.52% | 0.28% | - |
| HSV(B) | 216.99º | 0.68% | 0.42% | - |
| XYZ | 5.04 | 4.85 | 14.58 | - |
| YUV | 58.76 | 155.22 | 110.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 62 | 107 | 0.68 | 0.42 | 0 | 0.58 | 216.99 | 0.52 | 0.28 |
| Hex | 22 | 3E | 6B | 44 | 2A | 0 | 3A | D9 | 34 | 1C |
| Octal | 42 | 76 | 153 | 104 | 52 | 0 | 72 | 331 | 64 | 34 |
| Binary | 100010 | 111110 | 1101011 | 1000100 | 101010 | 0 | 111010 | 11011001 | 110100 | 11100 |
Color Harmonies of #223E6B
Complementary color
Monochromatic Colors of #223E6B
Black with #223E6B
Text Example
Text Example
White with #223E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223E6B; }
p { color: rgb(34,62,107); }
H1.HeaderClassName
{
color: #223E6B;
}
.AnyTagClassName
{
color: #223E6B;
}
</style>
background-color css
<style>
a { background-color: #223E6B; }
a { background-color: rgb(34,62,107); }
div.DivClassName
{
background-color: #223E6B;
}
.BgClassName
{
background-color: #223E6B;
}
</style>
border-color css
<style>
span { border-color: #223E6B; }
span { border-color: rgb(34,62,107); }
td.TdClassName
{
border-color: #223E6B;
}
.TagClassName
{
border-color: #223E6B;
}
</style>