Shades of Blue Gem #3D269D
Tints of Blue Gem #3D269D
RGB
CMYK
RGB Variations
Color information
#3D269D (or 0x3D269D) is known color: Blue Gem. HEX triplet: 3D, 26 and 9D. RGB value is (61,38,157). Sum of RGB (Red+Green+Blue) = 61+38+157=256 (33% of max value = 765). Red value is 61 (24.22% from 255 or 23.83% from 256); Green value is 38 (15.23% from 255 or 14.84% from 256); Blue value is 157 (61.72% from 255 or 61.33% from 256); Max value from RGB is 157 - color contains mainly: blue. Hex color #3D269D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D269D is #C2D962. Grayscale: #393939. Windows color (decimal): -12769635 or 10298941. OLE color: 10298941.
HSL color Cylindrical-coordinate representation of color #3D269D: hue angle of 251.6º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3D269D is Cyan = 0.61, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 61 | 38 | 157 | - |
| CMYK | 0.61 | 0.76 | 0 | 0.38 |
| HSL | 251.6º | 0.61% | 0.38% | - |
| HSV(B) | 251.6º | 0.76% | 0.62% | - |
| XYZ | 8.7 | 4.81 | 32.37 | - |
| YUV | 58.44 | 183.62 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 38 | 157 | 0.61 | 0.76 | 0 | 0.38 | 251.6 | 0.61 | 0.38 |
| Hex | 3D | 26 | 9D | 3D | 4C | 0 | 26 | FC | 3D | 26 |
| Octal | 75 | 46 | 235 | 75 | 114 | 0 | 46 | 374 | 75 | 46 |
| Binary | 111101 | 100110 | 10011101 | 111101 | 1001100 | 0 | 100110 | 11111100 | 111101 | 100110 |
Color Harmonies of #3D269D
Complementary color
Monochromatic Colors of #3D269D
Black with #3D269D
Text Example
Text Example
White with #3D269D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D269D; }
p { color: rgb(61,38,157); }
H1.HeaderClassName
{
color: #3D269D;
}
.AnyTagClassName
{
color: #3D269D;
}
</style>
background-color css
<style>
a { background-color: #3D269D; }
a { background-color: rgb(61,38,157); }
div.DivClassName
{
background-color: #3D269D;
}
.BgClassName
{
background-color: #3D269D;
}
</style>
border-color css
<style>
span { border-color: #3D269D; }
span { border-color: rgb(61,38,157); }
td.TdClassName
{
border-color: #3D269D;
}
.TagClassName
{
border-color: #3D269D;
}
</style>