#40209D

Color #40209D Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #40209D

Tints of Blue Gem #40209D

Color information

#40209D (or 0x40209D) is unknown color: approx Blue Gem. HEX triplet: 40, 20 and 9D. RGB value is (64,32,157). Sum of RGB (Red+Green+Blue) = 64+32+157=253 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.30% from 253); Green value is 32 (12.89% from 255 or 12.65% from 253); Blue value is 157 (61.72% from 255 or 62.06% from 253); Max value from RGB is 157 - color contains mainly: blue. Hex color #40209D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40209D is #BFDF62. Grayscale: #373737. Windows color (decimal): -12574563 or 10297408. OLE color: 10297408.

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

Color convert

RGB6432157-
CMYK0.590.8000.38
HSL255.36º66.14%37.06%-
HSV(B)255.36º79.62%61.57%-
XYZ8.724.5632.32-
YUV55.82185.1133.84-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.30%
GREEN value IS 32 (12.89% from 255) = 12.65%
BLUE value IS 157 (61.72% from 255) = 62.06%
R=25.30%
G=12.65%
B=62.06%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal64321570.590.8000.38255.3666.1437.06
Hex40209D3B50026ff4225
Octal100402357312004637710245
Binary10000001000001001110111101110100000100110111111111000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40209D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #40209D;
 }
 .AnyTagClassName
 {
   color: #40209D;
 }
</style>
background-color css

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

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

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

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

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

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