Html Css Color HEX #40329D Blue Gem

📋 copy color: '#40329D'

red 64 ◦ green 50 ◦ blue 157

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

Shades of Blue Gem #40329D

Tints of Blue Gem #40329D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.45%

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

R = 23.62%
G = 18.45%
B = 57.93%

CMYK

 C value IS 0.59

 M value IS 0.68

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#40329D (or 0x40329D) is known color: Blue Gem. HEX triplet: 40, 32 and 9D. RGB value is (64,50,157). Sum of RGB (Red+Green+Blue) = 64+50+157=271 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.62% from 271); Green value is 50 (19.92% from 255 or 18.45% from 271); Blue value is 157 (61.72% from 255 or 57.93% from 271); Max value from RGB is 157 - color contains mainly: blue. Hex color #40329D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40329D is #BFCD62. Grayscale: #414141. Windows color (decimal): -12569955 or 10302016. OLE color: 10302016.

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

Color convert

RGB 64 50 157 -
CMYK 0.59 0.68 0 0.38
HSL 247.85º 0.52% 0.41% -
HSV(B) 247.85º 0.68% 0.62% -
XYZ 9.34 5.81 32.53 -
YUV 66.38 179.14 126.3 -
System Red Green Blue C M Y K H S L
Decimal 64 50 157 0.59 0.68 0 0.38 247.85 0.52 0.41
Hex 40 32 9D 3B 44 0 26 F8 34 29
Octal 100 62 235 73 104 0 46 370 64 51
Binary 1000000 110010 10011101 111011 1000100 0 100110 11111000 110100 101001

Color Harmonies of #40329D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40329D

Black with #40329D

Text Example


Text Example

White with #40329D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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