#403095

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

Shades of Blue Gem #403095

Tints of Blue Gem #403095

Color information

#403095 (or 0x403095) is unknown color: approx Blue Gem. HEX triplet: 40, 30 and 95. RGB value is (64,48,149). Sum of RGB (Red+Green+Blue) = 64+48+149=261 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.52% from 261); Green value is 48 (19.14% from 255 or 18.39% from 261); Blue value is 149 (58.59% from 255 or 57.09% from 261); Max value from RGB is 149 - color contains mainly: blue. Hex color #403095 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403095 is #BFCF6A. Grayscale: #3F3F3F. Windows color (decimal): -12570475 or 9777216. OLE color: 9777216.

HSL color Cylindrical-coordinate representation of color #403095: hue angle of 249.5º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #403095 is Cyan = 0.57, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6448149-
CMYK0.570.6800.42
HSL249.5º51.27%38.63%-
HSV(B)249.5º67.79%58.43%-
XYZ8.65.3729.02-
YUV64.3175.8127.79-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.52%
GREEN value IS 48 (19.14% from 255) = 18.39%
BLUE value IS 149 (58.59% from 255) = 57.09%
R=24.52%
G=18.39%
B=57.09%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal64481490.570.6800.42249.551.2738.63
Hex403095394402Afa3327
Octal10060225711040523726347
Binary1000000110000100101011110011000100010101011111010110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403095; }

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

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

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

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

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

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

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

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