Html Css Color HEX #40379F Blue Gem

📋 copy color: '#40379F'

red 64 ◦ green 55 ◦ blue 159

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

Shades of Blue Gem #40379F

Tints of Blue Gem #40379F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 57.19%

R = 23.02%
G = 19.78%
B = 57.19%

CMYK

 C value IS 0.60

 M value IS 0.65

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#40379F (or 0x40379F) is known color: Blue Gem. HEX triplet: 40, 37 and 9F. RGB value is (64,55,159). Sum of RGB (Red+Green+Blue) = 64+55+159=278 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.02% from 278); Green value is 55 (21.88% from 255 or 19.78% from 278); Blue value is 159 (62.5% from 255 or 57.19% from 278); Max value from RGB is 159 - color contains mainly: blue. Hex color #40379F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40379F is #BFC860. Grayscale: #454545. Windows color (decimal): -12568673 or 10434368. OLE color: 10434368.

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

Color convert

RGB 64 55 159 -
CMYK 0.60 0.65 0 0.38
HSL 245.19º 0.49% 0.42% -
HSV(B) 245.19º 0.65% 0.62% -
XYZ 9.74 6.33 33.51 -
YUV 69.55 178.48 124.04 -
System Red Green Blue C M Y K H S L
Decimal 64 55 159 0.60 0.65 0 0.38 245.19 0.49 0.42
Hex 40 37 9F 3C 41 0 26 F5 31 2A
Octal 100 67 237 74 101 0 46 365 61 52
Binary 1000000 110111 10011111 111100 1000001 0 100110 11110101 110001 101010

Color Harmonies of #40379F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40379F

Black with #40379F

Text Example


Text Example

White with #40379F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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