Shades of Blue Gem #43369C
Tints of Blue Gem #43369C
RGB
CMYK
RGB Variations
Color information
#43369C (or 0x43369C) is known color: Blue Gem. HEX triplet: 43, 36 and 9C. RGB value is (67,54,156). Sum of RGB (Red+Green+Blue) = 67+54+156=277 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.19% from 277); Green value is 54 (21.48% from 255 or 19.49% from 277); Blue value is 156 (61.33% from 255 or 56.32% from 277); Max value from RGB is 156 - color contains mainly: blue. Hex color #43369C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43369C is #BCC963. Grayscale: #454545. Windows color (decimal): -12372324 or 10237507. OLE color: 10237507.
HSL color Cylindrical-coordinate representation of color #43369C: hue angle of 247.65º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #43369C is Cyan = 0.57, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 67 | 54 | 156 | - |
| CMYK | 0.57 | 0.65 | 0 | 0.39 |
| HSL | 247.65º | 0.49% | 0.41% | - |
| HSV(B) | 247.65º | 0.65% | 0.61% | - |
| XYZ | 9.63 | 6.23 | 32.15 | - |
| YUV | 69.52 | 176.81 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 54 | 156 | 0.57 | 0.65 | 0 | 0.39 | 247.65 | 0.49 | 0.41 |
| Hex | 43 | 36 | 9C | 39 | 41 | 0 | 27 | F8 | 31 | 29 |
| Octal | 103 | 66 | 234 | 71 | 101 | 0 | 47 | 370 | 61 | 51 |
| Binary | 1000011 | 110110 | 10011100 | 111001 | 1000001 | 0 | 100111 | 11111000 | 110001 | 101001 |
Color Harmonies of #43369C
Complementary color
Monochromatic Colors of #43369C
Black with #43369C
Text Example
Text Example
White with #43369C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43369C; }
p { color: rgb(67,54,156); }
H1.HeaderClassName
{
color: #43369C;
}
.AnyTagClassName
{
color: #43369C;
}
</style>
background-color css
<style>
a { background-color: #43369C; }
a { background-color: rgb(67,54,156); }
div.DivClassName
{
background-color: #43369C;
}
.BgClassName
{
background-color: #43369C;
}
</style>
border-color css
<style>
span { border-color: #43369C; }
span { border-color: rgb(67,54,156); }
td.TdClassName
{
border-color: #43369C;
}
.TagClassName
{
border-color: #43369C;
}
</style>