Shades of Blue Gem #352CA5
Tints of Blue Gem #352CA5
RGB
CMYK
RGB Variations
Color information
#352CA5 (or 0x352CA5) is known color: Blue Gem. HEX triplet: 35, 2C and A5. RGB value is (53,44,165). Sum of RGB (Red+Green+Blue) = 53+44+165=262 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.23% from 262); Green value is 44 (17.58% from 255 or 16.79% from 262); Blue value is 165 (64.84% from 255 or 62.98% from 262); Max value from RGB is 165 - color contains mainly: blue. Hex color #352CA5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352CA5 is #CAD35A. Grayscale: #3C3C3C. Windows color (decimal): -13292379 or 10824757. OLE color: 10824757.
HSL color Cylindrical-coordinate representation of color #352CA5: hue angle of 244.46º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #352CA5 is Cyan = 0.68, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 53 | 44 | 165 | - |
| CMYK | 0.68 | 0.73 | 0 | 0.35 |
| HSL | 244.46º | 0.58% | 0.41% | - |
| HSV(B) | 244.46º | 0.73% | 0.65% | - |
| XYZ | 9.16 | 5.27 | 36.13 | - |
| YUV | 60.49 | 186.98 | 122.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 44 | 165 | 0.68 | 0.73 | 0 | 0.35 | 244.46 | 0.58 | 0.41 |
| Hex | 35 | 2C | A5 | 44 | 49 | 0 | 23 | F4 | 3A | 29 |
| Octal | 65 | 54 | 245 | 104 | 111 | 0 | 43 | 364 | 72 | 51 |
| Binary | 110101 | 101100 | 10100101 | 1000100 | 1001001 | 0 | 100011 | 11110100 | 111010 | 101001 |
Color Harmonies of #352CA5
Complementary color
Monochromatic Colors of #352CA5
Black with #352CA5
Text Example
Text Example
White with #352CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352CA5; }
p { color: rgb(53,44,165); }
H1.HeaderClassName
{
color: #352CA5;
}
.AnyTagClassName
{
color: #352CA5;
}
</style>
background-color css
<style>
a { background-color: #352CA5; }
a { background-color: rgb(53,44,165); }
div.DivClassName
{
background-color: #352CA5;
}
.BgClassName
{
background-color: #352CA5;
}
</style>
border-color css
<style>
span { border-color: #352CA5; }
span { border-color: rgb(53,44,165); }
td.TdClassName
{
border-color: #352CA5;
}
.TagClassName
{
border-color: #352CA5;
}
</style>