Shades of Blue Whale #22374A
Tints of Blue Whale #22374A
RGB
CMYK
RGB Variations
Color information
#22374A (or 0x22374A) is known color: Blue Whale. HEX triplet: 22, 37 and 4A. RGB value is (34,55,74). Sum of RGB (Red+Green+Blue) = 34+55+74=163 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.86% from 163); Green value is 55 (21.88% from 255 or 33.74% from 163); Blue value is 74 (29.30% from 255 or 45.40% from 163); Max value from RGB is 74 - color contains mainly: blue. Hex color #22374A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #22374A is #DDC8B5. Grayscale: #323232. Windows color (decimal): -14534838 or 4863778. OLE color: 4863778.
HSL color Cylindrical-coordinate representation of color #22374A: hue angle of 208.5º degrees, saturation: 0.37, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #22374A is Cyan = 0.54, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 34 | 55 | 74 | - |
| CMYK | 0.54 | 0.26 | 0 | 0.71 |
| HSL | 208.5º | 0.37% | 0.21% | - |
| HSV(B) | 208.5º | 0.54% | 0.29% | - |
| XYZ | 3.26 | 3.57 | 7 | - |
| YUV | 50.89 | 141.04 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 55 | 74 | 0.54 | 0.26 | 0 | 0.71 | 208.5 | 0.37 | 0.21 |
| Hex | 22 | 37 | 4A | 36 | 1A | 0 | 47 | D0 | 25 | 15 |
| Octal | 42 | 67 | 112 | 66 | 32 | 0 | 107 | 320 | 45 | 25 |
| Binary | 100010 | 110111 | 1001010 | 110110 | 11010 | 0 | 1000111 | 11010000 | 100101 | 10101 |
Color Harmonies of #22374A
Complementary color
Monochromatic Colors of #22374A
Black with #22374A
Text Example
Text Example
White with #22374A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22374A; }
p { color: rgb(34,55,74); }
H1.HeaderClassName
{
color: #22374A;
}
.AnyTagClassName
{
color: #22374A;
}
</style>
background-color css
<style>
a { background-color: #22374A; }
a { background-color: rgb(34,55,74); }
div.DivClassName
{
background-color: #22374A;
}
.BgClassName
{
background-color: #22374A;
}
</style>
border-color css
<style>
span { border-color: #22374A; }
span { border-color: rgb(34,55,74); }
td.TdClassName
{
border-color: #22374A;
}
.TagClassName
{
border-color: #22374A;
}
</style>