Shades of Blue Gem #4338B1
Tints of Blue Gem #4338B1
RGB
CMYK
RGB Variations
Color information
#4338B1 (or 0x4338B1) is known color: Blue Gem. HEX triplet: 43, 38 and B1. RGB value is (67,56,177). Sum of RGB (Red+Green+Blue) = 67+56+177=300 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.33% from 300); Green value is 56 (22.27% from 255 or 18.67% from 300); Blue value is 177 (69.53% from 255 or 59% from 300); Max value from RGB is 177 - color contains mainly: blue. Hex color #4338B1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4338B1 is #BCC74E. Grayscale: #484848. Windows color (decimal): -12371791 or 11614275. OLE color: 11614275.
HSL color Cylindrical-coordinate representation of color #4338B1: hue angle of 245.45º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4338B1 is Cyan = 0.62, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 67 | 56 | 177 | - |
| CMYK | 0.62 | 0.68 | 0 | 0.31 |
| HSL | 245.45º | 0.52% | 0.46% | - |
| HSV(B) | 245.45º | 0.68% | 0.69% | - |
| XYZ | 11.66 | 7.2 | 42.37 | - |
| YUV | 73.08 | 186.64 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 56 | 177 | 0.62 | 0.68 | 0 | 0.31 | 245.45 | 0.52 | 0.46 |
| Hex | 43 | 38 | B1 | 3E | 44 | 0 | 1F | F5 | 34 | 2E |
| Octal | 103 | 70 | 261 | 76 | 104 | 0 | 37 | 365 | 64 | 56 |
| Binary | 1000011 | 111000 | 10110001 | 111110 | 1000100 | 0 | 11111 | 11110101 | 110100 | 101110 |
Color Harmonies of #4338B1
Complementary color
Monochromatic Colors of #4338B1
Black with #4338B1
Text Example
Text Example
White with #4338B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4338B1; }
p { color: rgb(67,56,177); }
H1.HeaderClassName
{
color: #4338B1;
}
.AnyTagClassName
{
color: #4338B1;
}
</style>
background-color css
<style>
a { background-color: #4338B1; }
a { background-color: rgb(67,56,177); }
div.DivClassName
{
background-color: #4338B1;
}
.BgClassName
{
background-color: #4338B1;
}
</style>
border-color css
<style>
span { border-color: #4338B1; }
span { border-color: rgb(67,56,177); }
td.TdClassName
{
border-color: #4338B1;
}
.TagClassName
{
border-color: #4338B1;
}
</style>