Shades of Blue Gem #403BA4
Tints of Blue Gem #403BA4
RGB
CMYK
RGB Variations
Color information
#403BA4 (or 0x403BA4) is known color: Blue Gem. HEX triplet: 40, 3B and A4. RGB value is (64,59,164). Sum of RGB (Red+Green+Blue) = 64+59+164=287 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.30% from 287); Green value is 59 (23.44% from 255 or 20.56% from 287); Blue value is 164 (64.45% from 255 or 57.14% from 287); Max value from RGB is 164 - color contains mainly: blue. Hex color #403BA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403BA4 is #BFC45B. Grayscale: #484848. Windows color (decimal): -12567644 or 10763072. OLE color: 10763072.
HSL color Cylindrical-coordinate representation of color #403BA4: hue angle of 242.86º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #403BA4 is Cyan = 0.61, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 64 | 59 | 164 | - |
| CMYK | 0.61 | 0.64 | 0 | 0.36 |
| HSL | 242.86º | 0.47% | 0.44% | - |
| HSV(B) | 242.86º | 0.64% | 0.64% | - |
| XYZ | 10.38 | 6.9 | 35.91 | - |
| YUV | 72.47 | 179.66 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 59 | 164 | 0.61 | 0.64 | 0 | 0.36 | 242.86 | 0.47 | 0.44 |
| Hex | 40 | 3B | A4 | 3D | 40 | 0 | 24 | F3 | 2F | 2C |
| Octal | 100 | 73 | 244 | 75 | 100 | 0 | 44 | 363 | 57 | 54 |
| Binary | 1000000 | 111011 | 10100100 | 111101 | 1000000 | 0 | 100100 | 11110011 | 101111 | 101100 |
Color Harmonies of #403BA4
Complementary color
Monochromatic Colors of #403BA4
Black with #403BA4
Text Example
Text Example
White with #403BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403BA4; }
p { color: rgb(64,59,164); }
H1.HeaderClassName
{
color: #403BA4;
}
.AnyTagClassName
{
color: #403BA4;
}
</style>
background-color css
<style>
a { background-color: #403BA4; }
a { background-color: rgb(64,59,164); }
div.DivClassName
{
background-color: #403BA4;
}
.BgClassName
{
background-color: #403BA4;
}
</style>
border-color css
<style>
span { border-color: #403BA4; }
span { border-color: rgb(64,59,164); }
td.TdClassName
{
border-color: #403BA4;
}
.TagClassName
{
border-color: #403BA4;
}
</style>