Shades of Blue Gem #3D33AF
Tints of Blue Gem #3D33AF
RGB
CMYK
RGB Variations
Color information
#3D33AF (or 0x3D33AF) is known color: Blue Gem. HEX triplet: 3D, 33 and AF. RGB value is (61,51,175). Sum of RGB (Red+Green+Blue) = 61+51+175=287 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.25% from 287); Green value is 51 (20.31% from 255 or 17.77% from 287); Blue value is 175 (68.75% from 255 or 60.98% from 287); Max value from RGB is 175 - color contains mainly: blue. Hex color #3D33AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D33AF is #C2CC50. Grayscale: #434343. Windows color (decimal): -12766289 or 11481917. OLE color: 11481917.
HSL color Cylindrical-coordinate representation of color #3D33AF: hue angle of 244.84º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3D33AF is Cyan = 0.65, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 61 | 51 | 175 | - |
| CMYK | 0.65 | 0.71 | 0 | 0.31 |
| HSL | 244.84º | 0.55% | 0.44% | - |
| HSV(B) | 244.84º | 0.71% | 0.69% | - |
| XYZ | 10.85 | 6.45 | 41.23 | - |
| YUV | 68.13 | 188.31 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 51 | 175 | 0.65 | 0.71 | 0 | 0.31 | 244.84 | 0.55 | 0.44 |
| Hex | 3D | 33 | AF | 41 | 47 | 0 | 1F | F5 | 37 | 2C |
| Octal | 75 | 63 | 257 | 101 | 107 | 0 | 37 | 365 | 67 | 54 |
| Binary | 111101 | 110011 | 10101111 | 1000001 | 1000111 | 0 | 11111 | 11110101 | 110111 | 101100 |
Color Harmonies of #3D33AF
Complementary color
Monochromatic Colors of #3D33AF
Black with #3D33AF
Text Example
Text Example
White with #3D33AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D33AF; }
p { color: rgb(61,51,175); }
H1.HeaderClassName
{
color: #3D33AF;
}
.AnyTagClassName
{
color: #3D33AF;
}
</style>
background-color css
<style>
a { background-color: #3D33AF; }
a { background-color: rgb(61,51,175); }
div.DivClassName
{
background-color: #3D33AF;
}
.BgClassName
{
background-color: #3D33AF;
}
</style>
border-color css
<style>
span { border-color: #3D33AF; }
span { border-color: rgb(61,51,175); }
td.TdClassName
{
border-color: #3D33AF;
}
.TagClassName
{
border-color: #3D33AF;
}
</style>