Html Css Color HEX #40329B Blue Gem

📋 copy color: '#40329B'

red 64 ◦ green 50 ◦ blue 155

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

Shades of Blue Gem #40329B

Tints of Blue Gem #40329B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 57.62%

R = 23.79%
G = 18.59%
B = 57.62%

CMYK

 C value IS 0.59

 M value IS 0.68

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#40329B (or 0x40329B) is known color: Blue Gem. HEX triplet: 40, 32 and 9B. RGB value is (64,50,155). Sum of RGB (Red+Green+Blue) = 64+50+155=269 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.79% from 269); Green value is 50 (19.92% from 255 or 18.59% from 269); Blue value is 155 (60.94% from 255 or 57.62% from 269); Max value from RGB is 155 - color contains mainly: blue. Hex color #40329B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40329B is #BFCD64. Grayscale: #414141. Windows color (decimal): -12569957 or 10170944. OLE color: 10170944.

HSL color Cylindrical-coordinate representation of color #40329B: hue angle of 248º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40329B is Cyan = 0.59, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 64 50 155 -
CMYK 0.59 0.68 0 0.39
HSL 248º 0.51% 0.4% -
HSV(B) 248º 0.68% 0.61% -
XYZ 9.17 5.74 31.63 -
YUV 66.16 178.14 126.46 -
System Red Green Blue C M Y K H S L
Decimal 64 50 155 0.59 0.68 0 0.39 248 0.51 0.4
Hex 40 32 9B 3B 44 0 27 F8 33 28
Octal 100 62 233 73 104 0 47 370 63 50
Binary 1000000 110010 10011011 111011 1000100 0 100111 11111000 110011 101000

Color Harmonies of #40329B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40329B

Black with #40329B

Text Example


Text Example

White with #40329B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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