Html Css Color HEX #402294 Blue Gem

📋 copy color: '#402294'

red 64 ◦ green 34 ◦ blue 148

#402294
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Gem #402294

Tints of Blue Gem #402294

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.2% from 255) = 60.16%

R = 26.02%
G = 13.82%
B = 60.16%

CMYK

 C value IS 0.57

 M value IS 0.77

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#402294 (or 0x402294) is known color: 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

RGB 64 34 148 -
CMYK 0.57 0.77 0 0.42
HSL 255.79º 0.63% 0.36% -
HSV(B) 255.79º 0.77% 0.58% -
XYZ 8.03 4.37 28.44 -
YUV 55.97 179.94 133.73 -
System Red Green Blue C M Y K H S L
Decimal 64 34 148 0.57 0.77 0 0.42 255.79 0.63 0.36
Hex 40 22 94 39 4D 0 2A 100 3F 24
Octal 100 42 224 71 115 0 52 400 77 44
Binary 1000000 100010 10010100 111001 1001101 0 101010 100000000 111111 100100

Color Harmonies of #402294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402294

Black with #402294

Text Example


Text Example

White with #402294

Text Example


Text Example

HTML Codes & Css Web 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>