Shades of Blue Gem #4337AF
Tints of Blue Gem #4337AF
RGB
CMYK
RGB Variations
Color information
#4337AF (or 0x4337AF) is known color: Blue Gem. HEX triplet: 43, 37 and AF. RGB value is (67,55,175). Sum of RGB (Red+Green+Blue) = 67+55+175=297 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.56% from 297); Green value is 55 (21.88% from 255 or 18.52% from 297); Blue value is 175 (68.75% from 255 or 58.92% from 297); Max value from RGB is 175 - color contains mainly: blue. Hex color #4337AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4337AF is #BCC850. Grayscale: #474747. Windows color (decimal): -12372049 or 11482947. OLE color: 11482947.
HSL color Cylindrical-coordinate representation of color #4337AF: hue angle of 246º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4337AF is Cyan = 0.62, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 67 | 55 | 175 | - |
| CMYK | 0.62 | 0.69 | 0 | 0.31 |
| HSL | 246º | 0.52% | 0.45% | - |
| HSV(B) | 246º | 0.69% | 0.69% | - |
| XYZ | 11.42 | 7.02 | 41.31 | - |
| YUV | 72.27 | 185.98 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 55 | 175 | 0.62 | 0.69 | 0 | 0.31 | 246 | 0.52 | 0.45 |
| Hex | 43 | 37 | AF | 3E | 45 | 0 | 1F | F6 | 34 | 2D |
| Octal | 103 | 67 | 257 | 76 | 105 | 0 | 37 | 366 | 64 | 55 |
| Binary | 1000011 | 110111 | 10101111 | 111110 | 1000101 | 0 | 11111 | 11110110 | 110100 | 101101 |
Color Harmonies of #4337AF
Complementary color
Monochromatic Colors of #4337AF
Black with #4337AF
Text Example
Text Example
White with #4337AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4337AF; }
p { color: rgb(67,55,175); }
H1.HeaderClassName
{
color: #4337AF;
}
.AnyTagClassName
{
color: #4337AF;
}
</style>
background-color css
<style>
a { background-color: #4337AF; }
a { background-color: rgb(67,55,175); }
div.DivClassName
{
background-color: #4337AF;
}
.BgClassName
{
background-color: #4337AF;
}
</style>
border-color css
<style>
span { border-color: #4337AF; }
span { border-color: rgb(67,55,175); }
td.TdClassName
{
border-color: #4337AF;
}
.TagClassName
{
border-color: #4337AF;
}
</style>