Shades of Blue Whale #203848
Tints of Blue Whale #203848
RGB
CMYK
RGB Variations
Color information
#203848 (or 0x203848) is known color: Blue Whale. HEX triplet: 20, 38 and 48. RGB value is (32,56,72). Sum of RGB (Red+Green+Blue) = 32+56+72=160 (21% of max value = 765). Red value is 32 (12.89% from 255 or 20% from 160); Green value is 56 (22.27% from 255 or 35% from 160); Blue value is 72 (28.52% from 255 or 45% from 160); Max value from RGB is 72 - color contains mainly: blue. Hex color #203848 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203848 is #DFC7B7. Grayscale: #323232. Windows color (decimal): -14665656 or 4732960. OLE color: 4732960.
HSL color Cylindrical-coordinate representation of color #203848: hue angle of 204º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #203848 is Cyan = 0.56, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 32 | 56 | 72 | - |
| CMYK | 0.56 | 0.22 | 0 | 0.72 |
| HSL | 204º | 0.38% | 0.2% | - |
| HSV(B) | 204º | 0.56% | 0.28% | - |
| XYZ | 3.18 | 3.6 | 6.66 | - |
| YUV | 50.65 | 140.05 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 56 | 72 | 0.56 | 0.22 | 0 | 0.72 | 204 | 0.38 | 0.2 |
| Hex | 20 | 38 | 48 | 38 | 16 | 0 | 48 | CC | 26 | 14 |
| Octal | 40 | 70 | 110 | 70 | 26 | 0 | 110 | 314 | 46 | 24 |
| Binary | 100000 | 111000 | 1001000 | 111000 | 10110 | 0 | 1001000 | 11001100 | 100110 | 10100 |
Color Harmonies of #203848
Complementary color
Monochromatic Colors of #203848
Black with #203848
Text Example
Text Example
White with #203848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203848; }
p { color: rgb(32,56,72); }
H1.HeaderClassName
{
color: #203848;
}
.AnyTagClassName
{
color: #203848;
}
</style>
background-color css
<style>
a { background-color: #203848; }
a { background-color: rgb(32,56,72); }
div.DivClassName
{
background-color: #203848;
}
.BgClassName
{
background-color: #203848;
}
</style>
border-color css
<style>
span { border-color: #203848; }
span { border-color: rgb(32,56,72); }
td.TdClassName
{
border-color: #203848;
}
.TagClassName
{
border-color: #203848;
}
</style>