Html Css Color HEX #422394 Blue Gem

📋 copy color: '#422394'

red 66 ◦ green 35 ◦ blue 148

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

Shades of Blue Gem #422394

Tints of Blue Gem #422394

RGB

 RED value IS 66 (26.17% from 255) = 26.51%

 GREEN value IS 35 (14.06% from 255) = 14.06%

 BLUE value IS 148 (58.2% from 255) = 59.44%

R = 26.51%
G = 14.06%
B = 59.44%

CMYK

 C value IS 0.55

 M value IS 0.76

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#422394 (or 0x422394) is known color: Blue Gem. HEX triplet: 42, 23 and 94. RGB value is (66,35,148). Sum of RGB (Red+Green+Blue) = 66+35+148=249 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.51% from 249); Green value is 35 (14.06% from 255 or 14.06% from 249); Blue value is 148 (58.20% from 255 or 59.44% from 249); Max value from RGB is 148 - color contains mainly: blue. Hex color #422394 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422394 is #BDDC6B. Grayscale: #383838. Windows color (decimal): -12442732 or 9708354. OLE color: 9708354.

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

Color convert

RGB 66 35 148 -
CMYK 0.55 0.76 0 0.42
HSL 256.46º 0.62% 0.36% -
HSV(B) 256.46º 0.76% 0.58% -
XYZ 8.19 4.5 28.45 -
YUV 57.15 179.27 134.31 -
System Red Green Blue C M Y K H S L
Decimal 66 35 148 0.55 0.76 0 0.42 256.46 0.62 0.36
Hex 42 23 94 37 4C 0 2A 100 3E 24
Octal 102 43 224 67 114 0 52 400 76 44
Binary 1000010 100011 10010100 110111 1001100 0 101010 100000000 111110 100100

Color Harmonies of #422394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422394

Black with #422394

Text Example


Text Example

White with #422394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422394; }

 p { color: rgb(66,35,148); }

 H1.HeaderClassName
 {
   color: #422394;
 }
 .AnyTagClassName
 {
   color: #422394;
 }
</style>

background-color css

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

 a { background-color: rgb(66,35,148); }

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

border-color css

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

 span { border-color: rgb(66,35,148); }

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