#43229D

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

Shades of Blue Gem #43229D

Tints of Blue Gem #43229D

Color information

#43229D (or 0x43229D) is unknown color: approx Blue Gem. HEX triplet: 43, 22 and 9D. RGB value is (67,34,157). Sum of RGB (Red+Green+Blue) = 67+34+157=258 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.97% from 258); Green value is 34 (13.67% from 255 or 13.18% from 258); Blue value is 157 (61.72% from 255 or 60.85% from 258); Max value from RGB is 157 - color contains mainly: blue. Hex color #43229D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43229D is #BCDD62. Grayscale: #393939. Windows color (decimal): -12377443 or 10297923. OLE color: 10297923.

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

Color convert

RGB6734157-
CMYK0.570.7800.38
HSL256.1º64.4%37.45%-
HSV(B)256.1º78.34%61.57%-
XYZ8.974.7732.35-
YUV57.89183.93134.5-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 25.97%
GREEN value IS 34 (13.67% from 255) = 13.18%
BLUE value IS 157 (61.72% from 255) = 60.85%
R=25.97%
G=13.18%
B=60.85%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal67341570.570.7800.38256.164.437.45
Hex43229D394E0261004025
Octal103422357111604640010045
Binary100001110001010011101111001100111001001101000000001000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43229D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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