#43309B

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

Shades of Blue Gem #43309B

Tints of Blue Gem #43309B

Color information

#43309B (or 0x43309B) is unknown color: approx Blue Gem. HEX triplet: 43, 30 and 9B. RGB value is (67,48,155). Sum of RGB (Red+Green+Blue) = 67+48+155=270 (35% of max value = 765). Red value is 67 (26.56% from 255 or 24.81% from 270); Green value is 48 (19.14% from 255 or 17.78% from 270); Blue value is 155 (60.94% from 255 or 57.41% from 270); Max value from RGB is 155 - color contains mainly: blue. Hex color #43309B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43309B is #BCCF64. Grayscale: #414141. Windows color (decimal): -12373861 or 10170435. OLE color: 10170435.

HSL color Cylindrical-coordinate representation of color #43309B: hue angle of 250.65º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #43309B is Cyan = 0.57, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB6748155-
CMYK0.570.6900.39
HSL250.65º52.71%39.8%-
HSV(B)250.65º69.03%60.78%-
XYZ9.295.6731.62-
YUV65.88178.29128.8-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 24.81%
GREEN value IS 48 (19.14% from 255) = 17.78%
BLUE value IS 155 (60.94% from 255) = 57.41%
R=24.81%
G=17.78%
B=57.41%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal67481550.570.6900.39250.6552.7139.8
Hex43309B3945027fb3528
Octal10360233711050473736550
Binary1000011110000100110111110011000101010011111111011110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43309B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43309B; }

 p { color: rgb(67,48,155); }

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

<style>
 a { background-color: #43309B; }

 a { background-color: rgb(67,48,155); }

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

<style>
 span { border-color: #43309B; }

 span { border-color: rgb(67,48,155); }

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