Shades of Blue Gem #3C38AB
Tints of Blue Gem #3C38AB
RGB
CMYK
RGB Variations
Color information
#3C38AB (or 0x3C38AB) is known color: Blue Gem. HEX triplet: 3C, 38 and AB. RGB value is (60,56,171). Sum of RGB (Red+Green+Blue) = 60+56+171=287 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.91% from 287); Green value is 56 (22.27% from 255 or 19.51% from 287); Blue value is 171 (67.19% from 255 or 59.58% from 287); Max value from RGB is 171 - color contains mainly: blue. Hex color #3C38AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C38AB is #C3C754. Grayscale: #454545. Windows color (decimal): -12830549 or 11221052. OLE color: 11221052.
HSL color Cylindrical-coordinate representation of color #3C38AB: hue angle of 242.09º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3C38AB is Cyan = 0.65, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 56 | 171 | - |
| CMYK | 0.65 | 0.67 | 0 | 0.33 |
| HSL | 242.09º | 0.51% | 0.45% | - |
| HSV(B) | 242.09º | 0.67% | 0.67% | - |
| XYZ | 10.63 | 6.73 | 39.27 | - |
| YUV | 70.31 | 184.83 | 120.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 56 | 171 | 0.65 | 0.67 | 0 | 0.33 | 242.09 | 0.51 | 0.45 |
| Hex | 3C | 38 | AB | 41 | 43 | 0 | 21 | F2 | 33 | 2D |
| Octal | 74 | 70 | 253 | 101 | 103 | 0 | 41 | 362 | 63 | 55 |
| Binary | 111100 | 111000 | 10101011 | 1000001 | 1000011 | 0 | 100001 | 11110010 | 110011 | 101101 |
Color Harmonies of #3C38AB
Complementary color
Monochromatic Colors of #3C38AB
Black with #3C38AB
Text Example
Text Example
White with #3C38AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C38AB; }
p { color: rgb(60,56,171); }
H1.HeaderClassName
{
color: #3C38AB;
}
.AnyTagClassName
{
color: #3C38AB;
}
</style>
background-color css
<style>
a { background-color: #3C38AB; }
a { background-color: rgb(60,56,171); }
div.DivClassName
{
background-color: #3C38AB;
}
.BgClassName
{
background-color: #3C38AB;
}
</style>
border-color css
<style>
span { border-color: #3C38AB; }
span { border-color: rgb(60,56,171); }
td.TdClassName
{
border-color: #3C38AB;
}
.TagClassName
{
border-color: #3C38AB;
}
</style>