#40229E

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

Shades of Blue Gem #40229E

Tints of Blue Gem #40229E

Color information

#40229E (or 0x40229E) is unknown color: approx Blue Gem. HEX triplet: 40, 22 and 9E. RGB value is (64,34,158). Sum of RGB (Red+Green+Blue) = 64+34+158=256 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25% from 256); Green value is 34 (13.67% from 255 or 13.28% from 256); Blue value is 158 (62.11% from 255 or 61.72% from 256); Max value from RGB is 158 - color contains mainly: blue. Hex color #40229E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40229E is #BFDD61. Grayscale: #383838. Windows color (decimal): -12574050 or 10363456. OLE color: 10363456.

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

Color convert

RGB6434158-
CMYK0.590.7800.38
HSL254.52º64.58%37.65%-
HSV(B)254.52º78.48%61.96%-
XYZ8.864.732.79-
YUV57.11184.94132.92-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25%
GREEN value IS 34 (13.67% from 255) = 13.28%
BLUE value IS 158 (62.11% from 255) = 61.72%
R=25%
G=13.28%
B=61.72%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal64341580.590.7800.38254.5264.5837.65
Hex40229E3B4E026ff4126
Octal100422367311604637710146
Binary10000001000101001111011101110011100100110111111111000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40229E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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