#40298C

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

Shades of Blue Gem #40298C

Tints of Blue Gem #40298C

Color information

#40298C (or 0x40298C) is unknown color: approx Blue Gem. HEX triplet: 40, 29 and 8C. RGB value is (64,41,140). Sum of RGB (Red+Green+Blue) = 64+41+140=245 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.12% from 245); Green value is 41 (16.41% from 255 or 16.73% from 245); Blue value is 140 (55.08% from 255 or 57.14% from 245); Max value from RGB is 140 - color contains mainly: blue. Hex color #40298C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40298C is #BFD673. Grayscale: #3A3A3A. Windows color (decimal): -12572276 or 9185600. OLE color: 9185600.

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

Color convert

RGB6441140-
CMYK0.540.7100.45
HSL253.94º54.7%35.49%-
HSV(B)253.94º70.71%54.9%-
XYZ7.644.5725.29-
YUV59.16173.62131.45-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.12%
GREEN value IS 41 (16.41% from 255) = 16.73%
BLUE value IS 140 (55.08% from 255) = 57.14%
R=26.12%
G=16.73%
B=57.14%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal64411400.540.7100.45253.9454.735.49
Hex40298C364702Dfe3723
Octal10051214661070553766743
Binary1000000101001100011001101101000111010110111111110110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40298C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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