#402293

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

Shades of Blue Gem #402293

Tints of Blue Gem #402293

Color information

#402293 (or 0x402293) is unknown color: approx Blue Gem. HEX triplet: 40, 22 and 93. RGB value is (64,34,147). Sum of RGB (Red+Green+Blue) = 64+34+147=245 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.12% from 245); Green value is 34 (13.67% from 255 or 13.88% from 245); Blue value is 147 (57.81% from 255 or 60% from 245); Max value from RGB is 147 - color contains mainly: blue. Hex color #402293 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402293 is #BFDD6C. Grayscale: #373737. Windows color (decimal): -12574061 or 9642560. OLE color: 9642560.

HSL color Cylindrical-coordinate representation of color #402293: hue angle of 255.93º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #402293 is Cyan = 0.56, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6434147-
CMYK0.560.7700.42
HSL255.93º62.43%35.49%-
HSV(B)255.93º76.87%57.65%-
XYZ7.954.3428.02-
YUV55.85179.44133.81-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.12%
GREEN value IS 34 (13.67% from 255) = 13.88%
BLUE value IS 147 (57.81% from 255) = 60%
R=26.12%
G=13.88%
B=60%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal64341470.560.7700.42255.9362.4335.49
Hex402293384D02A1003e23
Octal10042223701150524007643
Binary10000001000101001001111100010011010101010100000000111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402293; }

 p { color: rgb(64,34,147); }

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

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

 a { background-color: rgb(64,34,147); }

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

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

 span { border-color: rgb(64,34,147); }

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