#40379E

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

Shades of Blue Gem #40379E

Tints of Blue Gem #40379E

Color information

#40379E (or 0x40379E) is unknown color: approx Blue Gem. HEX triplet: 40, 37 and 9E. RGB value is (64,55,158). Sum of RGB (Red+Green+Blue) = 64+55+158=277 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.10% from 277); Green value is 55 (21.88% from 255 or 19.86% from 277); Blue value is 158 (62.11% from 255 or 57.04% from 277); Max value from RGB is 158 - color contains mainly: blue. Hex color #40379E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40379E is #BFC861. Grayscale: #454545. Windows color (decimal): -12568674 or 10368832. OLE color: 10368832.

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

Color convert

RGB6455158-
CMYK0.590.6500.38
HSL245.24º48.36%41.76%-
HSV(B)245.24º65.19%61.96%-
XYZ9.656.2933.05-
YUV69.43177.98124.12-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.10%
GREEN value IS 55 (21.88% from 255) = 19.86%
BLUE value IS 158 (62.11% from 255) = 57.04%
R=23.10%
G=19.86%
B=57.04%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal64551580.590.6500.38245.2448.3641.76
Hex40379E3B41026f5302a
Octal10067236731010463656052
Binary1000000110111100111101110111000001010011011110101110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40379E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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