Html Css Color HEX #40379D Blue Gem

📋 copy color: '#40379D'

red 64 ◦ green 55 ◦ blue 157

#40379D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Gem #40379D

Tints of Blue Gem #40379D

RGB

 RED value IS 64 (25.39% from 255) = 23.19%

 GREEN value IS 55 (21.88% from 255) = 19.93%

 BLUE value IS 157 (61.72% from 255) = 56.88%

R = 23.19%
G = 19.93%
B = 56.88%

CMYK

 C value IS 0.59

 M value IS 0.65

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#40379D (or 0x40379D) is known color: Blue Gem. HEX triplet: 40, 37 and 9D. RGB value is (64,55,157). Sum of RGB (Red+Green+Blue) = 64+55+157=276 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.19% from 276); Green value is 55 (21.88% from 255 or 19.93% from 276); Blue value is 157 (61.72% from 255 or 56.88% from 276); Max value from RGB is 157 - color contains mainly: blue. Hex color #40379D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40379D is #BFC862. Grayscale: #444444. Windows color (decimal): -12568675 or 10303296. OLE color: 10303296.

HSL color Cylindrical-coordinate representation of color #40379D: hue angle of 245.29º 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 #40379D is Cyan = 0.59, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 64 55 157 -
CMYK 0.59 0.65 0 0.38
HSL 245.29º 0.48% 0.42% -
HSV(B) 245.29º 0.65% 0.62% -
XYZ 9.57 6.26 32.6 -
YUV 69.32 177.48 124.21 -
System Red Green Blue C M Y K H S L
Decimal 64 55 157 0.59 0.65 0 0.38 245.29 0.48 0.42
Hex 40 37 9D 3B 41 0 26 F5 30 2A
Octal 100 67 235 73 101 0 46 365 60 52
Binary 1000000 110111 10011101 111011 1000001 0 100110 11110101 110000 101010

Color Harmonies of #40379D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40379D

Black with #40379D

Text Example


Text Example

White with #40379D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #40379D;
 }
 .AnyTagClassName
 {
   color: #40379D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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