Shades of Blue Whale #20323D
Tints of Blue Whale #20323D
RGB
CMYK
RGB Variations
Color information
#20323D (or 0x20323D) is known color: Blue Whale. HEX triplet: 20, 32 and 3D. RGB value is (32,50,61). Sum of RGB (Red+Green+Blue) = 32+50+61=143 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.38% from 143); Green value is 50 (19.92% from 255 or 34.97% from 143); Blue value is 61 (24.22% from 255 or 42.66% from 143); Max value from RGB is 61 - color contains mainly: blue. Hex color #20323D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20323D is #DFCDC2. Grayscale: #2D2D2D. Windows color (decimal): -14667203 or 4010528. OLE color: 4010528.
HSL color Cylindrical-coordinate representation of color #20323D: hue angle of 202.76º degrees, saturation: 0.31, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #20323D is Cyan = 0.48, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 32 | 50 | 61 | - |
| CMYK | 0.48 | 0.18 | 0 | 0.76 |
| HSL | 202.76º | 0.31% | 0.18% | - |
| HSV(B) | 202.76º | 0.48% | 0.24% | - |
| XYZ | 2.58 | 2.93 | 4.84 | - |
| YUV | 45.87 | 136.54 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 50 | 61 | 0.48 | 0.18 | 0 | 0.76 | 202.76 | 0.31 | 0.18 |
| Hex | 20 | 32 | 3D | 30 | 12 | 0 | 4C | CB | 1F | 12 |
| Octal | 40 | 62 | 75 | 60 | 22 | 0 | 114 | 313 | 37 | 22 |
| Binary | 100000 | 110010 | 111101 | 110000 | 10010 | 0 | 1001100 | 11001011 | 11111 | 10010 |
Color Harmonies of #20323D
Complementary color
Monochromatic Colors of #20323D
Black with #20323D
Text Example
Text Example
White with #20323D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20323D; }
p { color: rgb(32,50,61); }
H1.HeaderClassName
{
color: #20323D;
}
.AnyTagClassName
{
color: #20323D;
}
</style>
background-color css
<style>
a { background-color: #20323D; }
a { background-color: rgb(32,50,61); }
div.DivClassName
{
background-color: #20323D;
}
.BgClassName
{
background-color: #20323D;
}
</style>
border-color css
<style>
span { border-color: #20323D; }
span { border-color: rgb(32,50,61); }
td.TdClassName
{
border-color: #20323D;
}
.TagClassName
{
border-color: #20323D;
}
</style>