Shades of Blue Gem #43309B
Tints of Blue Gem #43309B
RGB
CMYK
RGB Variations
Color information
#43309B (or 0x43309B) is known color: Blue Gem. HEX triplet: 43, 30 and 9B. RGB value is (67,48,155). Sum of RGB (Red+Green+Blue) = 67+48+155=270 (35% of max value = 765). Red value is 67 (26.56% from 255 or 24.81% from 270); Green value is 48 (19.14% from 255 or 17.78% from 270); Blue value is 155 (60.94% from 255 or 57.41% from 270); Max value from RGB is 155 - color contains mainly: blue. Hex color #43309B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43309B is #BCCF64. Grayscale: #414141. Windows color (decimal): -12373861 or 10170435. OLE color: 10170435.
HSL color Cylindrical-coordinate representation of color #43309B: hue angle of 250.65º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #43309B is Cyan = 0.57, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 67 | 48 | 155 | - |
| CMYK | 0.57 | 0.69 | 0 | 0.39 |
| HSL | 250.65º | 0.53% | 0.4% | - |
| HSV(B) | 250.65º | 0.69% | 0.61% | - |
| XYZ | 9.29 | 5.67 | 31.62 | - |
| YUV | 65.88 | 178.29 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 48 | 155 | 0.57 | 0.69 | 0 | 0.39 | 250.65 | 0.53 | 0.4 |
| Hex | 43 | 30 | 9B | 39 | 45 | 0 | 27 | FB | 35 | 28 |
| Octal | 103 | 60 | 233 | 71 | 105 | 0 | 47 | 373 | 65 | 50 |
| Binary | 1000011 | 110000 | 10011011 | 111001 | 1000101 | 0 | 100111 | 11111011 | 110101 | 101000 |
Color Harmonies of #43309B
Complementary color
Monochromatic Colors of #43309B
Black with #43309B
Text Example
Text Example
White with #43309B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43309B; }
p { color: rgb(67,48,155); }
H1.HeaderClassName
{
color: #43309B;
}
.AnyTagClassName
{
color: #43309B;
}
</style>
background-color css
<style>
a { background-color: #43309B; }
a { background-color: rgb(67,48,155); }
div.DivClassName
{
background-color: #43309B;
}
.BgClassName
{
background-color: #43309B;
}
</style>
border-color css
<style>
span { border-color: #43309B; }
span { border-color: rgb(67,48,155); }
td.TdClassName
{
border-color: #43309B;
}
.TagClassName
{
border-color: #43309B;
}
</style>