#40288D

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

Shades of Blue Gem #40288D

Tints of Blue Gem #40288D

Color information

#40288D (or 0x40288D) is unknown color: approx Blue Gem. HEX triplet: 40, 28 and 8D. RGB value is (64,40,141). Sum of RGB (Red+Green+Blue) = 64+40+141=245 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.12% from 245); Green value is 40 (16.02% from 255 or 16.33% from 245); Blue value is 141 (55.47% from 255 or 57.55% from 245); Max value from RGB is 141 - color contains mainly: blue. Hex color #40288D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40288D is #BFD772. Grayscale: #3A3A3A. Windows color (decimal): -12572531 or 9250880. OLE color: 9250880.

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

Color convert

RGB6440141-
CMYK0.550.7200.45
HSL254.26º55.8%35.49%-
HSV(B)254.26º71.63%55.29%-
XYZ7.684.5325.67-
YUV58.69174.45131.79-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.12%
GREEN value IS 40 (16.02% from 255) = 16.33%
BLUE value IS 141 (55.47% from 255) = 57.55%
R=26.12%
G=16.33%
B=57.55%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal64401410.550.7200.45254.2655.835.49
Hex40288D374802Dfe3823
Octal10050215671100553767043
Binary1000000101000100011011101111001000010110111111110111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40288D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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