#40298D

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

Shades of Blue Gem #40298D

Tints of Blue Gem #40298D

Color information

#40298D (or 0x40298D) is unknown color: approx Blue Gem. HEX triplet: 40, 29 and 8D. RGB value is (64,41,141). Sum of RGB (Red+Green+Blue) = 64+41+141=246 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.02% from 246); Green value is 41 (16.41% from 255 or 16.67% from 246); Blue value is 141 (55.47% from 255 or 57.32% from 246); Max value from RGB is 141 - color contains mainly: blue. Hex color #40298D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40298D is #BFD672. Grayscale: #3A3A3A. Windows color (decimal): -12572275 or 9251136. OLE color: 9251136.

HSL color Cylindrical-coordinate representation of color #40298D: hue angle of 253.8º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40298D is Cyan = 0.55, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6441141-
CMYK0.550.7100.45
HSL253.8º54.95%35.69%-
HSV(B)253.8º70.92%55.29%-
XYZ7.724.625.68-
YUV59.28174.12131.37-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.02%
GREEN value IS 41 (16.41% from 255) = 16.67%
BLUE value IS 141 (55.47% from 255) = 57.32%
R=26.02%
G=16.67%
B=57.32%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal64411410.550.7100.45253.854.9535.69
Hex40298D374702Dfe3724
Octal10051215671070553766744
Binary1000000101001100011011101111000111010110111111110110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40298D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,41,141); }

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

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

 a { background-color: rgb(64,41,141); }

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

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

 span { border-color: rgb(64,41,141); }

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