Shades of Blue Gem #3623AB
Tints of Blue Gem #3623AB
RGB
CMYK
RGB Variations
Color information
#3623AB (or 0x3623AB) is known color: Blue Gem. HEX triplet: 36, 23 and AB. RGB value is (54,35,171). Sum of RGB (Red+Green+Blue) = 54+35+171=260 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.77% from 260); Green value is 35 (14.06% from 255 or 13.46% from 260); Blue value is 171 (67.19% from 255 or 65.77% from 260); Max value from RGB is 171 - color contains mainly: blue. Hex color #3623AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3623AB is #C9DC54. Grayscale: #373737. Windows color (decimal): -13229141 or 11215670. OLE color: 11215670.
HSL color Cylindrical-coordinate representation of color #3623AB: hue angle of 248.38º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3623AB is Cyan = 0.68, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 54 | 35 | 171 | - |
| CMYK | 0.68 | 0.80 | 0 | 0.33 |
| HSL | 248.38º | 0.66% | 0.4% | - |
| HSV(B) | 248.38º | 0.8% | 0.67% | - |
| XYZ | 9.47 | 4.93 | 38.98 | - |
| YUV | 56.19 | 192.79 | 126.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 35 | 171 | 0.68 | 0.80 | 0 | 0.33 | 248.38 | 0.66 | 0.4 |
| Hex | 36 | 23 | AB | 44 | 50 | 0 | 21 | F8 | 42 | 28 |
| Octal | 66 | 43 | 253 | 104 | 120 | 0 | 41 | 370 | 102 | 50 |
| Binary | 110110 | 100011 | 10101011 | 1000100 | 1010000 | 0 | 100001 | 11111000 | 1000010 | 101000 |
Color Harmonies of #3623AB
Complementary color
Monochromatic Colors of #3623AB
Black with #3623AB
Text Example
Text Example
White with #3623AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3623AB; }
p { color: rgb(54,35,171); }
H1.HeaderClassName
{
color: #3623AB;
}
.AnyTagClassName
{
color: #3623AB;
}
</style>
background-color css
<style>
a { background-color: #3623AB; }
a { background-color: rgb(54,35,171); }
div.DivClassName
{
background-color: #3623AB;
}
.BgClassName
{
background-color: #3623AB;
}
</style>
border-color css
<style>
span { border-color: #3623AB; }
span { border-color: rgb(54,35,171); }
td.TdClassName
{
border-color: #3623AB;
}
.TagClassName
{
border-color: #3623AB;
}
</style>