#40329E

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

Shades of Blue Gem #40329E

Tints of Blue Gem #40329E

Color information

#40329E (or 0x40329E) is unknown color: approx Blue Gem. HEX triplet: 40, 32 and 9E. RGB value is (64,50,158). Sum of RGB (Red+Green+Blue) = 64+50+158=272 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.53% from 272); Green value is 50 (19.92% from 255 or 18.38% from 272); Blue value is 158 (62.11% from 255 or 58.09% from 272); Max value from RGB is 158 - color contains mainly: blue. Hex color #40329E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40329E is #BFCD61. Grayscale: #424242. Windows color (decimal): -12569954 or 10367552. OLE color: 10367552.

HSL color Cylindrical-coordinate representation of color #40329E: hue angle of 247.78º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40329E is Cyan = 0.59, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6450158-
CMYK0.590.6800.38
HSL247.78º51.92%40.78%-
HSV(B)247.78º68.35%61.96%-
XYZ9.435.8432.98-
YUV66.5179.64126.22-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.53%
GREEN value IS 50 (19.92% from 255) = 18.38%
BLUE value IS 158 (62.11% from 255) = 58.09%
R=23.53%
G=18.38%
B=58.09%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal64501580.590.6800.38247.7851.9240.78
Hex40329E3B44026f83429
Octal10062236731040463706451
Binary1000000110010100111101110111000100010011011111000110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40329E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40329E; }

 p { color: rgb(64,50,158); }

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

<style>
 a { background-color: #40329E; }

 a { background-color: rgb(64,50,158); }

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

<style>
 span { border-color: #40329E; }

 span { border-color: rgb(64,50,158); }

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