Html Css Color HEX #40339E Blue Gem

📋 copy color: '#40339E'

red 64 ◦ green 51 ◦ blue 158

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

Shades of Blue Gem #40339E

Tints of Blue Gem #40339E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.68%

 BLUE value IS 158 (62.11% from 255) = 57.88%

R = 23.44%
G = 18.68%
B = 57.88%

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

#40339E (or 0x40339E) is known color: Blue Gem. HEX triplet: 40, 33 and 9E. RGB value is (64,51,158). Sum of RGB (Red+Green+Blue) = 64+51+158=273 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.44% from 273); Green value is 51 (20.31% from 255 or 18.68% from 273); Blue value is 158 (62.11% from 255 or 57.88% from 273); Max value from RGB is 158 - color contains mainly: blue. Hex color #40339E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40339E is #BFCC61. Grayscale: #424242. Windows color (decimal): -12569698 or 10367808. OLE color: 10367808.

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

Color convert

RGB 64 51 158 -
CMYK 0.59 0.68 0 0.38
HSL 247.29º 0.51% 0.41% -
HSV(B) 247.29º 0.68% 0.62% -
XYZ 9.47 5.93 32.99 -
YUV 67.09 179.31 125.8 -
System Red Green Blue C M Y K H S L
Decimal 64 51 158 0.59 0.68 0 0.38 247.29 0.51 0.41
Hex 40 33 9E 3B 44 0 26 F7 33 29
Octal 100 63 236 73 104 0 46 367 63 51
Binary 1000000 110011 10011110 111011 1000100 0 100110 11110111 110011 101001

Color Harmonies of #40339E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40339E

Black with #40339E

Text Example


Text Example

White with #40339E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #40339E;
 }
 .AnyTagClassName
 {
   color: #40339E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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