#40339D

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

Shades of Blue Gem #40339D

Tints of Blue Gem #40339D

Color information

#40339D (or 0x40339D) is unknown color: approx Blue Gem. HEX triplet: 40, 33 and 9D. RGB value is (64,51,157). Sum of RGB (Red+Green+Blue) = 64+51+157=272 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.53% from 272); Green value is 51 (20.31% from 255 or 18.75% from 272); Blue value is 157 (61.72% from 255 or 57.72% from 272); Max value from RGB is 157 - color contains mainly: blue. Hex color #40339D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40339D is #BFCC62. Grayscale: #424242. Windows color (decimal): -12569699 or 10302272. OLE color: 10302272.

HSL color Cylindrical-coordinate representation of color #40339D: hue angle of 247.36º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40339D is Cyan = 0.59, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6451157-
CMYK0.590.6800.38
HSL247.36º50.96%40.78%-
HSV(B)247.36º67.52%61.57%-
XYZ9.385.8932.54-
YUV66.97178.81125.88-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.53%
GREEN value IS 51 (20.31% from 255) = 18.75%
BLUE value IS 157 (61.72% from 255) = 57.72%
R=23.53%
G=18.75%
B=57.72%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal64511570.590.6800.38247.3650.9640.78
Hex40339D3B44026f73329
Octal10063235731040463676351
Binary1000000110011100111011110111000100010011011110111110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40339D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,51,157); }

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

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

 a { background-color: rgb(64,51,157); }

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

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

 span { border-color: rgb(64,51,157); }

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