Shades of Blue Gem #4333AF
Tints of Blue Gem #4333AF
RGB
CMYK
RGB Variations
Color information
#4333AF (or 0x4333AF) is known color: Blue Gem. HEX triplet: 43, 33 and AF. RGB value is (67,51,175). Sum of RGB (Red+Green+Blue) = 67+51+175=293 (38% of max value = 765). Red value is 67 (26.56% from 255 or 22.87% from 293); Green value is 51 (20.31% from 255 or 17.41% from 293); Blue value is 175 (68.75% from 255 or 59.73% from 293); Max value from RGB is 175 - color contains mainly: blue. Hex color #4333AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4333AF is #BCCC50. Grayscale: #454545. Windows color (decimal): -12373073 or 11481923. OLE color: 11481923.
HSL color Cylindrical-coordinate representation of color #4333AF: hue angle of 247.74º 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 #4333AF is Cyan = 0.62, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 67 | 51 | 175 | - |
| CMYK | 0.62 | 0.71 | 0 | 0.31 |
| HSL | 247.74º | 0.55% | 0.44% | - |
| HSV(B) | 247.74º | 0.71% | 0.69% | - |
| XYZ | 11.24 | 6.66 | 41.25 | - |
| YUV | 69.92 | 187.3 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 51 | 175 | 0.62 | 0.71 | 0 | 0.31 | 247.74 | 0.55 | 0.44 |
| Hex | 43 | 33 | AF | 3E | 47 | 0 | 1F | F8 | 37 | 2C |
| Octal | 103 | 63 | 257 | 76 | 107 | 0 | 37 | 370 | 67 | 54 |
| Binary | 1000011 | 110011 | 10101111 | 111110 | 1000111 | 0 | 11111 | 11111000 | 110111 | 101100 |
Color Harmonies of #4333AF
Complementary color
Monochromatic Colors of #4333AF
Black with #4333AF
Text Example
Text Example
White with #4333AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4333AF; }
p { color: rgb(67,51,175); }
H1.HeaderClassName
{
color: #4333AF;
}
.AnyTagClassName
{
color: #4333AF;
}
</style>
background-color css
<style>
a { background-color: #4333AF; }
a { background-color: rgb(67,51,175); }
div.DivClassName
{
background-color: #4333AF;
}
.BgClassName
{
background-color: #4333AF;
}
</style>
border-color css
<style>
span { border-color: #4333AF; }
span { border-color: rgb(67,51,175); }
td.TdClassName
{
border-color: #4333AF;
}
.TagClassName
{
border-color: #4333AF;
}
</style>