#43308e

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

Shades of Blue Gem #43308E

Tints of Blue Gem #43308E

Color information

#43308E (or 0x43308E) is unknown color: approx Blue Gem. HEX triplet: 43, 30 and 8E. RGB value is (67,48,142). Sum of RGB (Red+Green+Blue) = 67+48+142=257 (34% of max value = 765). Red value is 67 (26.56% from 255 or 26.07% from 257); Green value is 48 (19.14% from 255 or 18.68% from 257); Blue value is 142 (55.86% from 255 or 55.25% from 257); Max value from RGB is 142 - color contains mainly: blue. Hex color #43308E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43308E is #BCCF71. Grayscale: #404040. Windows color (decimal): -12373874 or 9318467. OLE color: 9318467.

HSL color Cylindrical-coordinate representation of color #43308E: hue angle of 252.13º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #43308E is Cyan = 0.53, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6748142-
CMYK0.530.6600.44
HSL252.13º49.47%37.25%-
HSV(B)252.13º66.2%55.69%-
XYZ8.255.2626.17-
YUV64.4171.79129.86-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 26.07%
GREEN value IS 48 (19.14% from 255) = 18.68%
BLUE value IS 142 (55.86% from 255) = 55.25%
R=26.07%
G=18.68%
B=55.25%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal67481420.530.6600.44252.1349.4737.25
Hex43308E354202Cfc3125
Octal10360216651020543746145
Binary1000011110000100011101101011000010010110011111100110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43308e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43308e; }

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

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

<style>
 a { background-color: #43308e; }

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

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

<style>
 span { border-color: #43308e; }

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

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