#43289A

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

Shades of Blue Gem #43289A

Tints of Blue Gem #43289A

Color information

#43289A (or 0x43289A) is unknown color: approx Blue Gem. HEX triplet: 43, 28 and 9A. RGB value is (67,40,154). Sum of RGB (Red+Green+Blue) = 67+40+154=261 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.67% from 261); Green value is 40 (16.02% from 255 or 15.33% from 261); Blue value is 154 (60.55% from 255 or 59.00% from 261); Max value from RGB is 154 - color contains mainly: blue. Hex color #43289A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43289A is #BCD765. Grayscale: #3C3C3C. Windows color (decimal): -12375910 or 10102851. OLE color: 10102851.

HSL color Cylindrical-coordinate representation of color #43289A: hue angle of 254.21º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #43289A is Cyan = 0.56, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB6740154-
CMYK0.560.7400.40
HSL254.21º58.76%38.04%-
HSV(B)254.21º74.03%60.39%-
XYZ8.915.0431.08-
YUV61.07180.45132.23-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 25.67%
GREEN value IS 40 (16.02% from 255) = 15.33%
BLUE value IS 154 (60.55% from 255) = 59.00%
R=25.67%
G=15.33%
B=59.00%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal67401540.560.7400.40254.2158.7638.04
Hex43289A384A028fe3b26
Octal10350232701120503767346
Binary1000011101000100110101110001001010010100011111110111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43289A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43289A; }

 p { color: rgb(67,40,154); }

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

<style>
 a { background-color: #43289A; }

 a { background-color: rgb(67,40,154); }

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

<style>
 span { border-color: #43289A; }

 span { border-color: rgb(67,40,154); }

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