Shades of Blue Gem #3C2BAF
Tints of Blue Gem #3C2BAF
RGB
CMYK
RGB Variations
Color information
#3C2BAF (or 0x3C2BAF) is known color: Blue Gem. HEX triplet: 3C, 2B and AF. RGB value is (60,43,175). Sum of RGB (Red+Green+Blue) = 60+43+175=278 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.58% from 278); Green value is 43 (17.19% from 255 or 15.47% from 278); Blue value is 175 (68.75% from 255 or 62.95% from 278); Max value from RGB is 175 - color contains mainly: blue. Hex color #3C2BAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C2BAF is #C3D450. Grayscale: #3E3E3E. Windows color (decimal): -12833873 or 11479868. OLE color: 11479868.
HSL color Cylindrical-coordinate representation of color #3C2BAF: hue angle of 247.73º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3C2BAF is Cyan = 0.66, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 60 | 43 | 175 | - |
| CMYK | 0.66 | 0.75 | 0 | 0.31 |
| HSL | 247.73º | 0.61% | 0.43% | - |
| HSV(B) | 247.73º | 0.75% | 0.69% | - |
| XYZ | 10.47 | 5.78 | 41.12 | - |
| YUV | 63.13 | 191.13 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 43 | 175 | 0.66 | 0.75 | 0 | 0.31 | 247.73 | 0.61 | 0.43 |
| Hex | 3C | 2B | AF | 42 | 4B | 0 | 1F | F8 | 3D | 2B |
| Octal | 74 | 53 | 257 | 102 | 113 | 0 | 37 | 370 | 75 | 53 |
| Binary | 111100 | 101011 | 10101111 | 1000010 | 1001011 | 0 | 11111 | 11111000 | 111101 | 101011 |
Color Harmonies of #3C2BAF
Complementary color
Monochromatic Colors of #3C2BAF
Black with #3C2BAF
Text Example
Text Example
White with #3C2BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2BAF; }
p { color: rgb(60,43,175); }
H1.HeaderClassName
{
color: #3C2BAF;
}
.AnyTagClassName
{
color: #3C2BAF;
}
</style>
background-color css
<style>
a { background-color: #3C2BAF; }
a { background-color: rgb(60,43,175); }
div.DivClassName
{
background-color: #3C2BAF;
}
.BgClassName
{
background-color: #3C2BAF;
}
</style>
border-color css
<style>
span { border-color: #3C2BAF; }
span { border-color: rgb(60,43,175); }
td.TdClassName
{
border-color: #3C2BAF;
}
.TagClassName
{
border-color: #3C2BAF;
}
</style>