Html Css Color HEX #422296 Blue Gem

📋 copy color: '#422296'

red 66 ◦ green 34 ◦ blue 150

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

Shades of Blue Gem #422296

Tints of Blue Gem #422296

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.6%

 BLUE value IS 150 (58.98% from 255) = 60%

R = 26.4%
G = 13.6%
B = 60%

CMYK

 C value IS 0.56

 M value IS 0.77

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#422296 (or 0x422296) is known color: Blue Gem. HEX triplet: 42, 22 and 96. RGB value is (66,34,150). Sum of RGB (Red+Green+Blue) = 66+34+150=250 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.4% from 250); Green value is 34 (13.67% from 255 or 13.6% from 250); Blue value is 150 (58.98% from 255 or 60% from 250); Max value from RGB is 150 - color contains mainly: blue. Hex color #422296 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422296 is #BDDD69. Grayscale: #383838. Windows color (decimal): -12442986 or 9839170. OLE color: 9839170.

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

Color convert

RGB 66 34 150 -
CMYK 0.56 0.77 0 0.41
HSL 256.55º 0.63% 0.36% -
HSV(B) 256.55º 0.77% 0.59% -
XYZ 8.32 4.5 29.28 -
YUV 56.79 180.6 134.57 -
System Red Green Blue C M Y K H S L
Decimal 66 34 150 0.56 0.77 0 0.41 256.55 0.63 0.36
Hex 42 22 96 38 4D 0 29 101 3F 24
Octal 102 42 226 70 115 0 51 401 77 44
Binary 1000010 100010 10010110 111000 1001101 0 101001 100000001 111111 100100

Color Harmonies of #422296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422296

Black with #422296

Text Example


Text Example

White with #422296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422296; }

 p { color: rgb(66,34,150); }

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

background-color css

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

 a { background-color: rgb(66,34,150); }

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

border-color css

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

 span { border-color: rgb(66,34,150); }

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