Shades of Blue Gem #43259B
Tints of Blue Gem #43259B
RGB
CMYK
RGB Variations
Color information
#43259B (or 0x43259B) is known color: Blue Gem. HEX triplet: 43, 25 and 9B. RGB value is (67,37,155). Sum of RGB (Red+Green+Blue) = 67+37+155=259 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.87% from 259); Green value is 37 (14.84% from 255 or 14.29% from 259); Blue value is 155 (60.94% from 255 or 59.85% from 259); Max value from RGB is 155 - color contains mainly: blue. Hex color #43259B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43259B is #BCDA64. Grayscale: #3A3A3A. Windows color (decimal): -12376677 or 10167619. OLE color: 10167619.
HSL color Cylindrical-coordinate representation of color #43259B: hue angle of 255.25º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #43259B is Cyan = 0.57, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 67 | 37 | 155 | - |
| CMYK | 0.57 | 0.76 | 0 | 0.39 |
| HSL | 255.25º | 0.61% | 0.38% | - |
| HSV(B) | 255.25º | 0.76% | 0.61% | - |
| XYZ | 8.89 | 4.88 | 31.48 | - |
| YUV | 59.42 | 181.94 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 37 | 155 | 0.57 | 0.76 | 0 | 0.39 | 255.25 | 0.61 | 0.38 |
| Hex | 43 | 25 | 9B | 39 | 4C | 0 | 27 | FF | 3D | 26 |
| Octal | 103 | 45 | 233 | 71 | 114 | 0 | 47 | 377 | 75 | 46 |
| Binary | 1000011 | 100101 | 10011011 | 111001 | 1001100 | 0 | 100111 | 11111111 | 111101 | 100110 |
Color Harmonies of #43259B
Complementary color
Monochromatic Colors of #43259B
Black with #43259B
Text Example
Text Example
White with #43259B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43259B; }
p { color: rgb(67,37,155); }
H1.HeaderClassName
{
color: #43259B;
}
.AnyTagClassName
{
color: #43259B;
}
</style>
background-color css
<style>
a { background-color: #43259B; }
a { background-color: rgb(67,37,155); }
div.DivClassName
{
background-color: #43259B;
}
.BgClassName
{
background-color: #43259B;
}
</style>
border-color css
<style>
span { border-color: #43259B; }
span { border-color: rgb(67,37,155); }
td.TdClassName
{
border-color: #43259B;
}
.TagClassName
{
border-color: #43259B;
}
</style>