Html Css Color HEX #40209E Blue Gem

📋 copy color: '#40209E'

red 64 ◦ green 32 ◦ blue 158

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

Shades of Blue Gem #40209E

Tints of Blue Gem #40209E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.6%

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

R = 25.2%
G = 12.6%
B = 62.2%

CMYK

 C value IS 0.59

 M value IS 0.80

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#40209E (or 0x40209E) is known color: Blue Gem. HEX triplet: 40, 20 and 9E. RGB value is (64,32,158). Sum of RGB (Red+Green+Blue) = 64+32+158=254 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.20% from 254); Green value is 32 (12.89% from 255 or 12.60% from 254); Blue value is 158 (62.11% from 255 or 62.20% from 254); Max value from RGB is 158 - color contains mainly: blue. Hex color #40209E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40209E is #BFDF61. Grayscale: #373737. Windows color (decimal): -12574562 or 10362944. OLE color: 10362944.

HSL color Cylindrical-coordinate representation of color #40209E: hue angle of 255.24º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #40209E is Cyan = 0.59, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 64 32 158 -
CMYK 0.59 0.80 0 0.38
HSL 255.24º 0.66% 0.37% -
HSV(B) 255.24º 0.8% 0.62% -
XYZ 8.8 4.59 32.77 -
YUV 55.93 185.6 133.75 -
System Red Green Blue C M Y K H S L
Decimal 64 32 158 0.59 0.80 0 0.38 255.24 0.66 0.37
Hex 40 20 9E 3B 50 0 26 FF 42 25
Octal 100 40 236 73 120 0 46 377 102 45
Binary 1000000 100000 10011110 111011 1010000 0 100110 11111111 1000010 100101

Color Harmonies of #40209E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40209E

Black with #40209E

Text Example


Text Example

White with #40209E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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