Shades of Blue Gem #3D2BA5
Tints of Blue Gem #3D2BA5
RGB
CMYK
RGB Variations
Color information
#3D2BA5 (or 0x3D2BA5) is known color: Blue Gem. HEX triplet: 3D, 2B and A5. RGB value is (61,43,165). Sum of RGB (Red+Green+Blue) = 61+43+165=269 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.68% from 269); Green value is 43 (17.19% from 255 or 15.99% from 269); Blue value is 165 (64.84% from 255 or 61.34% from 269); Max value from RGB is 165 - color contains mainly: blue. Hex color #3D2BA5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D2BA5 is #C2D45A. Grayscale: #3D3D3D. Windows color (decimal): -12768347 or 10824509. OLE color: 10824509.
HSL color Cylindrical-coordinate representation of color #3D2BA5: hue angle of 248.85º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3D2BA5 is Cyan = 0.63, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 61 | 43 | 165 | - |
| CMYK | 0.63 | 0.74 | 0 | 0.35 |
| HSL | 248.85º | 0.59% | 0.41% | - |
| HSV(B) | 248.85º | 0.74% | 0.65% | - |
| XYZ | 9.58 | 5.44 | 36.14 | - |
| YUV | 62.29 | 185.96 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 43 | 165 | 0.63 | 0.74 | 0 | 0.35 | 248.85 | 0.59 | 0.41 |
| Hex | 3D | 2B | A5 | 3F | 4A | 0 | 23 | F9 | 3B | 29 |
| Octal | 75 | 53 | 245 | 77 | 112 | 0 | 43 | 371 | 73 | 51 |
| Binary | 111101 | 101011 | 10100101 | 111111 | 1001010 | 0 | 100011 | 11111001 | 111011 | 101001 |
Color Harmonies of #3D2BA5
Complementary color
Monochromatic Colors of #3D2BA5
Black with #3D2BA5
Text Example
Text Example
White with #3D2BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2BA5; }
p { color: rgb(61,43,165); }
H1.HeaderClassName
{
color: #3D2BA5;
}
.AnyTagClassName
{
color: #3D2BA5;
}
</style>
background-color css
<style>
a { background-color: #3D2BA5; }
a { background-color: rgb(61,43,165); }
div.DivClassName
{
background-color: #3D2BA5;
}
.BgClassName
{
background-color: #3D2BA5;
}
</style>
border-color css
<style>
span { border-color: #3D2BA5; }
span { border-color: rgb(61,43,165); }
td.TdClassName
{
border-color: #3D2BA5;
}
.TagClassName
{
border-color: #3D2BA5;
}
</style>