#43369B

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

Shades of Blue Gem #43369B

Tints of Blue Gem #43369B

Color information

#43369B (or 0x43369B) is unknown color: approx Blue Gem. HEX triplet: 43, 36 and 9B. RGB value is (67,54,155). Sum of RGB (Red+Green+Blue) = 67+54+155=276 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.28% from 276); Green value is 54 (21.48% from 255 or 19.57% from 276); Blue value is 155 (60.94% from 255 or 56.16% from 276); Max value from RGB is 155 - color contains mainly: blue. Hex color #43369B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43369B is #BCC964. Grayscale: #454545. Windows color (decimal): -12372325 or 10171971. OLE color: 10171971.

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

Color convert

RGB6754155-
CMYK0.570.6500.39
HSL247.72º48.33%40.98%-
HSV(B)247.72º65.16%60.78%-
XYZ9.556.231.7-
YUV69.4176.31126.29-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 24.28%
GREEN value IS 54 (21.48% from 255) = 19.57%
BLUE value IS 155 (60.94% from 255) = 56.16%
R=24.28%
G=19.57%
B=56.16%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal67541550.570.6500.39247.7248.3340.98
Hex43369B3941027f83029
Octal10366233711010473706051
Binary1000011110110100110111110011000001010011111111000110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43369B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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