#40309B

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

Shades of Blue Gem #40309B

Tints of Blue Gem #40309B

Color information

#40309B (or 0x40309B) is unknown color: approx Blue Gem. HEX triplet: 40, 30 and 9B. RGB value is (64,48,155). Sum of RGB (Red+Green+Blue) = 64+48+155=267 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.97% from 267); Green value is 48 (19.14% from 255 or 17.98% from 267); Blue value is 155 (60.94% from 255 or 58.05% from 267); Max value from RGB is 155 - color contains mainly: blue. Hex color #40309B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40309B is #BFCF64. Grayscale: #404040. Windows color (decimal): -12570469 or 10170432. OLE color: 10170432.

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

Color convert

RGB6448155-
CMYK0.590.6900.39
HSL248.97º52.71%39.8%-
HSV(B)248.97º69.03%60.78%-
XYZ9.095.5731.61-
YUV64.98178.8127.3-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.97%
GREEN value IS 48 (19.14% from 255) = 17.98%
BLUE value IS 155 (60.94% from 255) = 58.05%
R=23.97%
G=17.98%
B=58.05%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal64481550.590.6900.39248.9752.7139.8
Hex40309B3B45027f93528
Octal10060233731050473716550
Binary1000000110000100110111110111000101010011111111001110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40309B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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