#43389B

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

Shades of Blue Gem #43389B

Tints of Blue Gem #43389B

Color information

#43389B (or 0x43389B) is unknown color: approx Blue Gem. HEX triplet: 43, 38 and 9B. RGB value is (67,56,155). Sum of RGB (Red+Green+Blue) = 67+56+155=278 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.10% from 278); Green value is 56 (22.27% from 255 or 20.14% from 278); Blue value is 155 (60.94% from 255 or 55.76% from 278); Max value from RGB is 155 - color contains mainly: blue. Hex color #43389B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43389B is #BCC764. Grayscale: #464646. Windows color (decimal): -12371813 or 10172483. OLE color: 10172483.

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

Color convert

RGB6756155-
CMYK0.570.6400.39
HSL246.67º46.92%41.37%-
HSV(B)246.67º63.87%60.78%-
XYZ9.656.3931.74-
YUV70.58175.64125.45-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 24.10%
GREEN value IS 56 (22.27% from 255) = 20.14%
BLUE value IS 155 (60.94% from 255) = 55.76%
R=24.10%
G=20.14%
B=55.76%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal67561550.570.6400.39246.6746.9241.37
Hex43389B3940027f72f29
Octal10370233711000473675751
Binary1000011111000100110111110011000000010011111110111101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43389B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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