Shades of Blue Gem #3C33AF
Tints of Blue Gem #3C33AF
RGB
CMYK
RGB Variations
Color information
#3C33AF (or 0x3C33AF) is known color: Blue Gem. HEX triplet: 3C, 33 and AF. RGB value is (60,51,175). Sum of RGB (Red+Green+Blue) = 60+51+175=286 (37% of max value = 765). Red value is 60 (23.83% from 255 or 20.98% from 286); Green value is 51 (20.31% from 255 or 17.83% from 286); Blue value is 175 (68.75% from 255 or 61.19% from 286); Max value from RGB is 175 - color contains mainly: blue. Hex color #3C33AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C33AF is #C3CC50. Grayscale: #434343. Windows color (decimal): -12831825 or 11481916. OLE color: 11481916.
HSL color Cylindrical-coordinate representation of color #3C33AF: hue angle of 244.35º 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 #3C33AF is Cyan = 0.66, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 60 | 51 | 175 | - |
| CMYK | 0.66 | 0.71 | 0 | 0.31 |
| HSL | 244.35º | 0.55% | 0.44% | - |
| HSV(B) | 244.35º | 0.71% | 0.69% | - |
| XYZ | 10.79 | 6.42 | 41.23 | - |
| YUV | 67.83 | 188.48 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 51 | 175 | 0.66 | 0.71 | 0 | 0.31 | 244.35 | 0.55 | 0.44 |
| Hex | 3C | 33 | AF | 42 | 47 | 0 | 1F | F4 | 37 | 2C |
| Octal | 74 | 63 | 257 | 102 | 107 | 0 | 37 | 364 | 67 | 54 |
| Binary | 111100 | 110011 | 10101111 | 1000010 | 1000111 | 0 | 11111 | 11110100 | 110111 | 101100 |
Color Harmonies of #3C33AF
Complementary color
Monochromatic Colors of #3C33AF
Black with #3C33AF
Text Example
Text Example
White with #3C33AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C33AF; }
p { color: rgb(60,51,175); }
H1.HeaderClassName
{
color: #3C33AF;
}
.AnyTagClassName
{
color: #3C33AF;
}
</style>
background-color css
<style>
a { background-color: #3C33AF; }
a { background-color: rgb(60,51,175); }
div.DivClassName
{
background-color: #3C33AF;
}
.BgClassName
{
background-color: #3C33AF;
}
</style>
border-color css
<style>
span { border-color: #3C33AF; }
span { border-color: rgb(60,51,175); }
td.TdClassName
{
border-color: #3C33AF;
}
.TagClassName
{
border-color: #3C33AF;
}
</style>