Shades of Blue Gem #4334B3
Tints of Blue Gem #4334B3
RGB
CMYK
RGB Variations
Color information
#4334B3 (or 0x4334B3) is known color: Blue Gem. HEX triplet: 43, 34 and B3. RGB value is (67,52,179). Sum of RGB (Red+Green+Blue) = 67+52+179=298 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.48% from 298); Green value is 52 (20.70% from 255 or 17.45% from 298); Blue value is 179 (70.31% from 255 or 60.07% from 298); Max value from RGB is 179 - color contains mainly: blue. Hex color #4334B3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4334B3 is #BCCB4C. Grayscale: #464646. Windows color (decimal): -12372813 or 11744323. OLE color: 11744323.
HSL color Cylindrical-coordinate representation of color #4334B3: hue angle of 247.09º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4334B3 is Cyan = 0.63, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 67 | 52 | 179 | - |
| CMYK | 0.63 | 0.71 | 0 | 0.30 |
| HSL | 247.09º | 0.55% | 0.45% | - |
| HSV(B) | 247.09º | 0.71% | 0.7% | - |
| XYZ | 11.68 | 6.9 | 43.36 | - |
| YUV | 70.96 | 188.97 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 52 | 179 | 0.63 | 0.71 | 0 | 0.30 | 247.09 | 0.55 | 0.45 |
| Hex | 43 | 34 | B3 | 3F | 47 | 0 | 1E | F7 | 37 | 2D |
| Octal | 103 | 64 | 263 | 77 | 107 | 0 | 36 | 367 | 67 | 55 |
| Binary | 1000011 | 110100 | 10110011 | 111111 | 1000111 | 0 | 11110 | 11110111 | 110111 | 101101 |
Color Harmonies of #4334B3
Complementary color
Monochromatic Colors of #4334B3
Black with #4334B3
Text Example
Text Example
White with #4334B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4334B3; }
p { color: rgb(67,52,179); }
H1.HeaderClassName
{
color: #4334B3;
}
.AnyTagClassName
{
color: #4334B3;
}
</style>
background-color css
<style>
a { background-color: #4334B3; }
a { background-color: rgb(67,52,179); }
div.DivClassName
{
background-color: #4334B3;
}
.BgClassName
{
background-color: #4334B3;
}
</style>
border-color css
<style>
span { border-color: #4334B3; }
span { border-color: rgb(67,52,179); }
td.TdClassName
{
border-color: #4334B3;
}
.TagClassName
{
border-color: #4334B3;
}
</style>