#403398

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

Shades of Blue Gem #403398

Tints of Blue Gem #403398

Color information

#403398 (or 0x403398) is unknown color: approx Blue Gem. HEX triplet: 40, 33 and 98. RGB value is (64,51,152). Sum of RGB (Red+Green+Blue) = 64+51+152=267 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.97% from 267); Green value is 51 (20.31% from 255 or 19.10% from 267); Blue value is 152 (59.77% from 255 or 56.93% from 267); Max value from RGB is 152 - color contains mainly: blue. Hex color #403398 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403398 is #BFCC67. Grayscale: #424242. Windows color (decimal): -12569704 or 9974592. OLE color: 9974592.

HSL color Cylindrical-coordinate representation of color #403398: hue angle of 247.72º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #403398 is Cyan = 0.58, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB6451152-
CMYK0.580.6600.40
HSL247.72º49.75%39.8%-
HSV(B)247.72º66.45%59.61%-
XYZ8.975.7230.34-
YUV66.4176.31126.29-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.97%
GREEN value IS 51 (20.31% from 255) = 19.10%
BLUE value IS 152 (59.77% from 255) = 56.93%
R=23.97%
G=19.10%
B=56.93%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal64511520.580.6600.40247.7249.7539.8
Hex4033983A42028f83228
Octal10063230721020503706250
Binary1000000110011100110001110101000010010100011111000110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403398; }

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

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

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

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

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

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

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

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