Shades of Blue Whale #223440
Tints of Blue Whale #223440
RGB
CMYK
RGB Variations
Color information
#223440 (or 0x223440) is known color: Blue Whale. HEX triplet: 22, 34 and 40. RGB value is (34,52,64). Sum of RGB (Red+Green+Blue) = 34+52+64=150 (19% of max value = 765). Red value is 34 (13.67% from 255 or 22.67% from 150); Green value is 52 (20.70% from 255 or 34.67% from 150); Blue value is 64 (25.39% from 255 or 42.67% from 150); Max value from RGB is 64 - color contains mainly: blue. Hex color #223440 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223440 is #DDCBBF. Grayscale: #2F2F2F. Windows color (decimal): -14535616 or 4207650. OLE color: 4207650.
HSL color Cylindrical-coordinate representation of color #223440: hue angle of 204º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #223440 is Cyan = 0.47, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 34 | 52 | 64 | - |
| CMYK | 0.47 | 0.19 | 0 | 0.75 |
| HSL | 204º | 0.31% | 0.19% | - |
| HSV(B) | 204º | 0.47% | 0.25% | - |
| XYZ | 2.81 | 3.17 | 5.31 | - |
| YUV | 47.99 | 137.04 | 118.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 52 | 64 | 0.47 | 0.19 | 0 | 0.75 | 204 | 0.31 | 0.19 |
| Hex | 22 | 34 | 40 | 2F | 13 | 0 | 4B | CC | 1F | 13 |
| Octal | 42 | 64 | 100 | 57 | 23 | 0 | 113 | 314 | 37 | 23 |
| Binary | 100010 | 110100 | 1000000 | 101111 | 10011 | 0 | 1001011 | 11001100 | 11111 | 10011 |
Color Harmonies of #223440
Complementary color
Monochromatic Colors of #223440
Black with #223440
Text Example
Text Example
White with #223440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223440; }
p { color: rgb(34,52,64); }
H1.HeaderClassName
{
color: #223440;
}
.AnyTagClassName
{
color: #223440;
}
</style>
background-color css
<style>
a { background-color: #223440; }
a { background-color: rgb(34,52,64); }
div.DivClassName
{
background-color: #223440;
}
.BgClassName
{
background-color: #223440;
}
</style>
border-color css
<style>
span { border-color: #223440; }
span { border-color: rgb(34,52,64); }
td.TdClassName
{
border-color: #223440;
}
.TagClassName
{
border-color: #223440;
}
</style>