Shades of Blue Whale #223544
Tints of Blue Whale #223544
RGB
CMYK
RGB Variations
Color information
#223544 (or 0x223544) is known color: Blue Whale. HEX triplet: 22, 35 and 44. RGB value is (34,53,68). Sum of RGB (Red+Green+Blue) = 34+53+68=155 (20% of max value = 765). Red value is 34 (13.67% from 255 or 21.94% from 155); Green value is 53 (21.09% from 255 or 34.19% from 155); Blue value is 68 (26.95% from 255 or 43.87% from 155); Max value from RGB is 68 - color contains mainly: blue. Hex color #223544 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223544 is #DDCABB. Grayscale: #303030. Windows color (decimal): -14535356 or 4470050. OLE color: 4470050.
HSL color Cylindrical-coordinate representation of color #223544: hue angle of 206.47º degrees, saturation: 0.33, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #223544 is Cyan = 0.50, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 34 | 53 | 68 | - |
| CMYK | 0.50 | 0.22 | 0 | 0.73 |
| HSL | 206.47º | 0.33% | 0.2% | - |
| HSV(B) | 206.47º | 0.5% | 0.27% | - |
| XYZ | 2.98 | 3.3 | 5.95 | - |
| YUV | 49.03 | 138.71 | 117.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 53 | 68 | 0.50 | 0.22 | 0 | 0.73 | 206.47 | 0.33 | 0.2 |
| Hex | 22 | 35 | 44 | 32 | 16 | 0 | 49 | CE | 21 | 14 |
| Octal | 42 | 65 | 104 | 62 | 26 | 0 | 111 | 316 | 41 | 24 |
| Binary | 100010 | 110101 | 1000100 | 110010 | 10110 | 0 | 1001001 | 11001110 | 100001 | 10100 |
Color Harmonies of #223544
Complementary color
Monochromatic Colors of #223544
Black with #223544
Text Example
Text Example
White with #223544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223544; }
p { color: rgb(34,53,68); }
H1.HeaderClassName
{
color: #223544;
}
.AnyTagClassName
{
color: #223544;
}
</style>
background-color css
<style>
a { background-color: #223544; }
a { background-color: rgb(34,53,68); }
div.DivClassName
{
background-color: #223544;
}
.BgClassName
{
background-color: #223544;
}
</style>
border-color css
<style>
span { border-color: #223544; }
span { border-color: rgb(34,53,68); }
td.TdClassName
{
border-color: #223544;
}
.TagClassName
{
border-color: #223544;
}
</style>