#40339B

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

Shades of Blue Gem #40339B

Tints of Blue Gem #40339B

Color information

#40339B (or 0x40339B) is unknown color: approx Blue Gem. HEX triplet: 40, 33 and 9B. RGB value is (64,51,155). Sum of RGB (Red+Green+Blue) = 64+51+155=270 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.70% from 270); Green value is 51 (20.31% from 255 or 18.89% from 270); Blue value is 155 (60.94% from 255 or 57.41% from 270); Max value from RGB is 155 - color contains mainly: blue. Hex color #40339B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40339B is #BFCC64. Grayscale: #424242. Windows color (decimal): -12569701 or 10171200. OLE color: 10171200.

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

Color convert

RGB6451155-
CMYK0.590.6700.39
HSL247.5º50.49%40.39%-
HSV(B)247.5º67.1%60.78%-
XYZ9.215.8231.65-
YUV66.74177.81126.04-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.70%
GREEN value IS 51 (20.31% from 255) = 18.89%
BLUE value IS 155 (60.94% from 255) = 57.41%
R=23.70%
G=18.89%
B=57.41%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal64511550.590.6700.39247.550.4940.39
Hex40339B3B43027f83228
Octal10063233731030473706250
Binary1000000110011100110111110111000011010011111111000110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40339B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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