#43229C

Color #43229C Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #43229C

Tints of Blue Gem #43229C

Color information

#43229C (or 0x43229C) is unknown color: approx Blue Gem. HEX triplet: 43, 22 and 9C. RGB value is (67,34,156). Sum of RGB (Red+Green+Blue) = 67+34+156=257 (34% of max value = 765). Red value is 67 (26.56% from 255 or 26.07% from 257); Green value is 34 (13.67% from 255 or 13.23% from 257); Blue value is 156 (61.33% from 255 or 60.70% from 257); Max value from RGB is 156 - color contains mainly: blue. Hex color #43229C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43229C is #BCDD63. Grayscale: #393939. Windows color (decimal): -12377444 or 10232387. OLE color: 10232387.

HSL color Cylindrical-coordinate representation of color #43229C: hue angle of 256.23º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #43229C is Cyan = 0.57, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB6734156-
CMYK0.570.7800.39
HSL256.23º64.21%37.25%-
HSV(B)256.23º78.21%61.18%-
XYZ8.894.7431.9-
YUV57.78183.43134.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 67 (26.56% from 255) = 26.07%
GREEN value IS 34 (13.67% from 255) = 13.23%
BLUE value IS 156 (61.33% from 255) = 60.70%
R=26.07%
G=13.23%
B=60.70%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal67341560.570.7800.39256.2364.2137.25
Hex43229C394E0271004025
Octal103422347111604740010045
Binary100001110001010011100111001100111001001111000000001000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43229C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43229C; }

 p { color: rgb(67,34,156); }

 H1.HeaderClassName
 {
   color: #43229C;
 }
 .AnyTagClassName
 {
   color: #43229C;
 }
</style>
background-color css

<style>
 a { background-color: #43229C; }

 a { background-color: rgb(67,34,156); }

 div.DivClassName
 {
   background-color: #43229C;
 }
 .BgClassName
 {
   background-color: #43229C;
 }
</style>
border-color css

<style>
 span { border-color: #43229C; }

 span { border-color: rgb(67,34,156); }

 td.TdClassName
 {
   border-color: #43229C;
 }
 .TagClassName
 {
   border-color: #43229C;
 }
</style>