Shades of Blue Whale #023040
Tints of Blue Whale #023040
RGB
CMYK
RGB Variations
Color information
#023040 (or 0x023040) is known color: Blue Whale. HEX triplet: 02, 30 and 40. RGB value is (2,48,64). Sum of RGB (Red+Green+Blue) = 2+48+64=114 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.75% from 114); Green value is 48 (19.14% from 255 or 42.11% from 114); Blue value is 64 (25.39% from 255 or 56.14% from 114); Max value from RGB is 64 - color contains mainly: blue. Hex color #023040 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023040 is #FDCFBF. Grayscale: #232323. Windows color (decimal): -16633792 or 4206594. OLE color: 4206594.
HSL color Cylindrical-coordinate representation of color #023040: hue angle of 195.48º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #023040 is Cyan = 0.97, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 2 | 48 | 64 | - |
| CMYK | 0.97 | 0.25 | 0 | 0.75 |
| HSL | 195.48º | 0.94% | 0.13% | - |
| HSV(B) | 195.48º | 0.97% | 0.25% | - |
| XYZ | 2.01 | 2.5 | 5.23 | - |
| YUV | 36.07 | 143.76 | 103.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 48 | 64 | 0.97 | 0.25 | 0 | 0.75 | 195.48 | 0.94 | 0.13 |
| Hex | 2 | 30 | 40 | 61 | 19 | 0 | 4B | C3 | 5E | D |
| Octal | 2 | 60 | 100 | 141 | 31 | 0 | 113 | 303 | 136 | 15 |
| Binary | 10 | 110000 | 1000000 | 1100001 | 11001 | 0 | 1001011 | 11000011 | 1011110 | 1101 |
Color Harmonies of #023040
Complementary color
Monochromatic Colors of #023040
Black with #023040
Text Example
Text Example
White with #023040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023040; }
p { color: rgb(2,48,64); }
H1.HeaderClassName
{
color: #023040;
}
.AnyTagClassName
{
color: #023040;
}
</style>
background-color css
<style>
a { background-color: #023040; }
a { background-color: rgb(2,48,64); }
div.DivClassName
{
background-color: #023040;
}
.BgClassName
{
background-color: #023040;
}
</style>
border-color css
<style>
span { border-color: #023040; }
span { border-color: rgb(2,48,64); }
td.TdClassName
{
border-color: #023040;
}
.TagClassName
{
border-color: #023040;
}
</style>