Shades of Blue Gem #402DB4
Tints of Blue Gem #402DB4
RGB
CMYK
RGB Variations
Color information
#402DB4 (or 0x402DB4) is known color: Blue Gem. HEX triplet: 40, 2D and B4. RGB value is (64,45,180). Sum of RGB (Red+Green+Blue) = 64+45+180=289 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.15% from 289); Green value is 45 (17.97% from 255 or 15.57% from 289); Blue value is 180 (70.70% from 255 or 62.28% from 289); Max value from RGB is 180 - color contains mainly: blue. Hex color #402DB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #402DB4 is #BFD24B. Grayscale: #414141. Windows color (decimal): -12571212 or 11808064. OLE color: 11808064.
HSL color Cylindrical-coordinate representation of color #402DB4: hue angle of 248.44º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #402DB4 is Cyan = 0.64, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 64 | 45 | 180 | - |
| CMYK | 0.64 | 0.75 | 0 | 0.29 |
| HSL | 248.44º | 0.6% | 0.44% | - |
| HSV(B) | 248.44º | 0.75% | 0.71% | - |
| XYZ | 11.29 | 6.26 | 43.79 | - |
| YUV | 66.07 | 192.29 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 45 | 180 | 0.64 | 0.75 | 0 | 0.29 | 248.44 | 0.6 | 0.44 |
| Hex | 40 | 2D | B4 | 40 | 4B | 0 | 1D | F8 | 3C | 2C |
| Octal | 100 | 55 | 264 | 100 | 113 | 0 | 35 | 370 | 74 | 54 |
| Binary | 1000000 | 101101 | 10110100 | 1000000 | 1001011 | 0 | 11101 | 11111000 | 111100 | 101100 |
Color Harmonies of #402DB4
Complementary color
Monochromatic Colors of #402DB4
Black with #402DB4
Text Example
Text Example
White with #402DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402DB4; }
p { color: rgb(64,45,180); }
H1.HeaderClassName
{
color: #402DB4;
}
.AnyTagClassName
{
color: #402DB4;
}
</style>
background-color css
<style>
a { background-color: #402DB4; }
a { background-color: rgb(64,45,180); }
div.DivClassName
{
background-color: #402DB4;
}
.BgClassName
{
background-color: #402DB4;
}
</style>
border-color css
<style>
span { border-color: #402DB4; }
span { border-color: rgb(64,45,180); }
td.TdClassName
{
border-color: #402DB4;
}
.TagClassName
{
border-color: #402DB4;
}
</style>