Shades of Blue Gem #43259D
Tints of Blue Gem #43259D
RGB
CMYK
RGB Variations
Color information
#43259D (or 0x43259D) is known color: Blue Gem. HEX triplet: 43, 25 and 9D. RGB value is (67,37,157). Sum of RGB (Red+Green+Blue) = 67+37+157=261 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.67% from 261); Green value is 37 (14.84% from 255 or 14.18% from 261); Blue value is 157 (61.72% from 255 or 60.15% from 261); Max value from RGB is 157 - color contains mainly: blue. Hex color #43259D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43259D is #BCDA62. Grayscale: #3B3B3B. Windows color (decimal): -12376675 or 10298691. OLE color: 10298691.
HSL color Cylindrical-coordinate representation of color #43259D: hue angle of 255º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #43259D is Cyan = 0.57, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 67 | 37 | 157 | - |
| CMYK | 0.57 | 0.76 | 0 | 0.38 |
| HSL | 255º | 0.62% | 0.38% | - |
| HSV(B) | 255º | 0.76% | 0.62% | - |
| XYZ | 9.06 | 4.95 | 32.38 | - |
| YUV | 59.65 | 182.94 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 37 | 157 | 0.57 | 0.76 | 0 | 0.38 | 255 | 0.62 | 0.38 |
| Hex | 43 | 25 | 9D | 39 | 4C | 0 | 26 | FF | 3E | 26 |
| Octal | 103 | 45 | 235 | 71 | 114 | 0 | 46 | 377 | 76 | 46 |
| Binary | 1000011 | 100101 | 10011101 | 111001 | 1001100 | 0 | 100110 | 11111111 | 111110 | 100110 |
Color Harmonies of #43259D
Complementary color
Monochromatic Colors of #43259D
Black with #43259D
Text Example
Text Example
White with #43259D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43259D; }
p { color: rgb(67,37,157); }
H1.HeaderClassName
{
color: #43259D;
}
.AnyTagClassName
{
color: #43259D;
}
</style>
background-color css
<style>
a { background-color: #43259D; }
a { background-color: rgb(67,37,157); }
div.DivClassName
{
background-color: #43259D;
}
.BgClassName
{
background-color: #43259D;
}
</style>
border-color css
<style>
span { border-color: #43259D; }
span { border-color: rgb(67,37,157); }
td.TdClassName
{
border-color: #43259D;
}
.TagClassName
{
border-color: #43259D;
}
</style>