#40298B

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

Shades of Blue Gem #40298B

Tints of Blue Gem #40298B

Color information

#40298B (or 0x40298B) is unknown color: approx Blue Gem. HEX triplet: 40, 29 and 8B. RGB value is (64,41,139). Sum of RGB (Red+Green+Blue) = 64+41+139=244 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.23% from 244); Green value is 41 (16.41% from 255 or 16.80% from 244); Blue value is 139 (54.69% from 255 or 56.97% from 244); Max value from RGB is 139 - color contains mainly: blue. Hex color #40298B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40298B is #BFD674. Grayscale: #3A3A3A. Windows color (decimal): -12572277 or 9120064. OLE color: 9120064.

HSL color Cylindrical-coordinate representation of color #40298B: hue angle of 254.08º degrees, saturation: 0.54, 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 #40298B is Cyan = 0.54, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6441139-
CMYK0.540.7100.45
HSL254.08º54.44%35.29%-
HSV(B)254.08º70.5%54.51%-
XYZ7.574.5424.9-
YUV59.05173.12131.53-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.23%
GREEN value IS 41 (16.41% from 255) = 16.80%
BLUE value IS 139 (54.69% from 255) = 56.97%
R=26.23%
G=16.80%
B=56.97%

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
Decimal64411390.540.7100.45254.0854.4435.29
Hex40298B364702Dfe3623
Octal10051213661070553766643
Binary1000000101001100010111101101000111010110111111110110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40298B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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