Shades of Blue Gem #4338AF
Tints of Blue Gem #4338AF
RGB
CMYK
RGB Variations
Color information
#4338AF (or 0x4338AF) is known color: Blue Gem. HEX triplet: 43, 38 and AF. RGB value is (67,56,175). Sum of RGB (Red+Green+Blue) = 67+56+175=298 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.48% from 298); Green value is 56 (22.27% from 255 or 18.79% from 298); Blue value is 175 (68.75% from 255 or 58.72% from 298); Max value from RGB is 175 - color contains mainly: blue. Hex color #4338AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4338AF is #BCC750. Grayscale: #484848. Windows color (decimal): -12371793 or 11483203. OLE color: 11483203.
HSL color Cylindrical-coordinate representation of color #4338AF: hue angle of 245.55º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4338AF is Cyan = 0.62, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 67 | 56 | 175 | - |
| CMYK | 0.62 | 0.68 | 0 | 0.31 |
| HSL | 245.55º | 0.52% | 0.45% | - |
| HSV(B) | 245.55º | 0.68% | 0.69% | - |
| XYZ | 11.47 | 7.12 | 41.33 | - |
| YUV | 72.86 | 185.64 | 123.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 56 | 175 | 0.62 | 0.68 | 0 | 0.31 | 245.55 | 0.52 | 0.45 |
| Hex | 43 | 38 | AF | 3E | 44 | 0 | 1F | F6 | 34 | 2D |
| Octal | 103 | 70 | 257 | 76 | 104 | 0 | 37 | 366 | 64 | 55 |
| Binary | 1000011 | 111000 | 10101111 | 111110 | 1000100 | 0 | 11111 | 11110110 | 110100 | 101101 |
Color Harmonies of #4338AF
Complementary color
Monochromatic Colors of #4338AF
Black with #4338AF
Text Example
Text Example
White with #4338AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4338AF; }
p { color: rgb(67,56,175); }
H1.HeaderClassName
{
color: #4338AF;
}
.AnyTagClassName
{
color: #4338AF;
}
</style>
background-color css
<style>
a { background-color: #4338AF; }
a { background-color: rgb(67,56,175); }
div.DivClassName
{
background-color: #4338AF;
}
.BgClassName
{
background-color: #4338AF;
}
</style>
border-color css
<style>
span { border-color: #4338AF; }
span { border-color: rgb(67,56,175); }
td.TdClassName
{
border-color: #4338AF;
}
.TagClassName
{
border-color: #4338AF;
}
</style>