#402392

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

Shades of Blue Gem #402392

Tints of Blue Gem #402392

Color information

#402392 (or 0x402392) is unknown color: approx Blue Gem. HEX triplet: 40, 23 and 92. RGB value is (64,35,146). Sum of RGB (Red+Green+Blue) = 64+35+146=245 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.12% from 245); Green value is 35 (14.06% from 255 or 14.29% from 245); Blue value is 146 (57.42% from 255 or 59.59% from 245); Max value from RGB is 146 - color contains mainly: blue. Hex color #402392 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402392 is #BFDC6D. Grayscale: #373737. Windows color (decimal): -12573806 or 9577280. OLE color: 9577280.

HSL color Cylindrical-coordinate representation of color #402392: hue angle of 255.68º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #402392 is Cyan = 0.56, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6435146-
CMYK0.560.7600.43
HSL255.68º61.33%35.49%-
HSV(B)255.68º76.03%57.25%-
XYZ7.94.3727.62-
YUV56.32178.61133.47-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.12%
GREEN value IS 35 (14.06% from 255) = 14.29%
BLUE value IS 146 (57.42% from 255) = 59.59%
R=26.12%
G=14.29%
B=59.59%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal64351460.560.7600.43255.6861.3335.49
Hex402392384C02B1003d23
Octal10043222701140534007543
Binary10000001000111001001011100010011000101011100000000111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402392; }

 p { color: rgb(64,35,146); }

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

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

 a { background-color: rgb(64,35,146); }

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

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

 span { border-color: rgb(64,35,146); }

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