Shades of Catalina Blue #223768
Tints of Catalina Blue #223768
RGB
CMYK
RGB Variations
Color information
#223768 (or 0x223768) is known color: Catalina Blue. HEX triplet: 22, 37 and 68. RGB value is (34,55,104). Sum of RGB (Red+Green+Blue) = 34+55+104=193 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.62% from 193); Green value is 55 (21.88% from 255 or 28.50% from 193); Blue value is 104 (41.02% from 255 or 53.89% from 193); Max value from RGB is 104 - color contains mainly: blue. Hex color #223768 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223768 is #DDC897. Grayscale: #363636. Windows color (decimal): -14534808 or 6829858. OLE color: 6829858.
HSL color Cylindrical-coordinate representation of color #223768: hue angle of 222º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #223768 is Cyan = 0.67, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 34 | 55 | 104 | - |
| CMYK | 0.67 | 0.47 | 0 | 0.59 |
| HSL | 222º | 0.51% | 0.27% | - |
| HSV(B) | 222º | 0.67% | 0.41% | - |
| XYZ | 4.52 | 4.07 | 13.64 | - |
| YUV | 54.31 | 156.04 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 55 | 104 | 0.67 | 0.47 | 0 | 0.59 | 222 | 0.51 | 0.27 |
| Hex | 22 | 37 | 68 | 43 | 2F | 0 | 3B | DE | 33 | 1B |
| Octal | 42 | 67 | 150 | 103 | 57 | 0 | 73 | 336 | 63 | 33 |
| Binary | 100010 | 110111 | 1101000 | 1000011 | 101111 | 0 | 111011 | 11011110 | 110011 | 11011 |
Color Harmonies of #223768
Complementary color
Monochromatic Colors of #223768
Black with #223768
Text Example
Text Example
White with #223768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223768; }
p { color: rgb(34,55,104); }
H1.HeaderClassName
{
color: #223768;
}
.AnyTagClassName
{
color: #223768;
}
</style>
background-color css
<style>
a { background-color: #223768; }
a { background-color: rgb(34,55,104); }
div.DivClassName
{
background-color: #223768;
}
.BgClassName
{
background-color: #223768;
}
</style>
border-color css
<style>
span { border-color: #223768; }
span { border-color: rgb(34,55,104); }
td.TdClassName
{
border-color: #223768;
}
.TagClassName
{
border-color: #223768;
}
</style>