#40289B

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

Shades of Blue Gem #40289B

Tints of Blue Gem #40289B

Color information

#40289B (or 0x40289B) is unknown color: approx Blue Gem. HEX triplet: 40, 28 and 9B. RGB value is (64,40,155). Sum of RGB (Red+Green+Blue) = 64+40+155=259 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.71% from 259); Green value is 40 (16.02% from 255 or 15.44% from 259); Blue value is 155 (60.94% from 255 or 59.85% from 259); Max value from RGB is 155 - color contains mainly: blue. Hex color #40289B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40289B is #BFD764. Grayscale: #3B3B3B. Windows color (decimal): -12572517 or 10168384. OLE color: 10168384.

HSL color Cylindrical-coordinate representation of color #40289B: hue angle of 252.52º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40289B is Cyan = 0.59, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB6440155-
CMYK0.590.7400.39
HSL252.52º58.97%38.24%-
HSV(B)252.52º74.19%60.78%-
XYZ8.794.9731.51-
YUV60.29181.45130.65-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.71%
GREEN value IS 40 (16.02% from 255) = 15.44%
BLUE value IS 155 (60.94% from 255) = 59.85%
R=24.71%
G=15.44%
B=59.85%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal64401550.590.7400.39252.5258.9738.24
Hex40289B3B4A027fd3b26
Octal10050233731120473757346
Binary1000000101000100110111110111001010010011111111101111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40289B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,40,155); }

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

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

 a { background-color: rgb(64,40,155); }

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

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

 span { border-color: rgb(64,40,155); }

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