#402294

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

Shades of Blue Gem #402294

Tints of Blue Gem #402294

Color information

#402294 (or 0x402294) is unknown color: approx Blue Gem. HEX triplet: 40, 22 and 94. RGB value is (64,34,148). Sum of RGB (Red+Green+Blue) = 64+34+148=246 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.02% from 246); Green value is 34 (13.67% from 255 or 13.82% from 246); Blue value is 148 (58.20% from 255 or 60.16% from 246); Max value from RGB is 148 - color contains mainly: blue. Hex color #402294 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402294 is #BFDD6B. Grayscale: #373737. Windows color (decimal): -12574060 or 9708096. OLE color: 9708096.

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

Color convert

RGB6434148-
CMYK0.570.7700.42
HSL255.79º62.64%35.69%-
HSV(B)255.79º77.03%58.04%-
XYZ8.034.3728.44-
YUV55.97179.94133.73-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.02%
GREEN value IS 34 (13.67% from 255) = 13.82%
BLUE value IS 148 (58.20% from 255) = 60.16%
R=26.02%
G=13.82%
B=60.16%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal64341480.570.7700.42255.7962.6435.69
Hex402294394D02A1003f24
Octal10042224711150524007744
Binary10000001000101001010011100110011010101010100000000111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402294; }

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

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

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

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

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

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

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

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