#40249E

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

Shades of Blue Gem #40249E

Tints of Blue Gem #40249E

Color information

#40249E (or 0x40249E) is unknown color: approx Blue Gem. HEX triplet: 40, 24 and 9E. RGB value is (64,36,158). Sum of RGB (Red+Green+Blue) = 64+36+158=258 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.81% from 258); Green value is 36 (14.45% from 255 or 13.95% from 258); Blue value is 158 (62.11% from 255 or 61.24% from 258); Max value from RGB is 158 - color contains mainly: blue. Hex color #40249E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40249E is #BFDB61. Grayscale: #393939. Windows color (decimal): -12573538 or 10363968. OLE color: 10363968.

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

Color convert

RGB6436158-
CMYK0.590.7700.38
HSL253.77º62.89%38.04%-
HSV(B)253.77º77.22%61.96%-
XYZ8.924.8232.81-
YUV58.28184.28132.08-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.81%
GREEN value IS 36 (14.45% from 255) = 13.95%
BLUE value IS 158 (62.11% from 255) = 61.24%
R=24.81%
G=13.95%
B=61.24%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal64361580.590.7700.38253.7762.8938.04
Hex40249E3B4D026fe3f26
Octal10044236731150463767746
Binary1000000100100100111101110111001101010011011111110111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40249E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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