Html Css Color HEX #442292 Blue Gem

📋 copy color: '#442292'

red 68 ◦ green 34 ◦ blue 146

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

Shades of Blue Gem #442292

Tints of Blue Gem #442292

RGB

 RED value IS 68 (26.95% from 255) = 27.42%

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

 BLUE value IS 146 (57.42% from 255) = 58.87%

R = 27.42%
G = 13.71%
B = 58.87%

CMYK

 C value IS 0.53

 M value IS 0.77

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#442292 (or 0x442292) is known color: Blue Gem. HEX triplet: 44, 22 and 92. RGB value is (68,34,146). Sum of RGB (Red+Green+Blue) = 68+34+146=248 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.42% from 248); Green value is 34 (13.67% from 255 or 13.71% from 248); Blue value is 146 (57.42% from 255 or 58.87% from 248); Max value from RGB is 146 - color contains mainly: blue. Hex color #442292 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442292 is #BBDD6D. Grayscale: #383838. Windows color (decimal): -12311918 or 9577028. OLE color: 9577028.

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

Color convert

RGB 68 34 146 -
CMYK 0.53 0.77 0 0.43
HSL 258.21º 0.62% 0.35% -
HSV(B) 258.21º 0.77% 0.57% -
XYZ 8.14 4.45 27.62 -
YUV 56.93 178.26 135.89 -
System Red Green Blue C M Y K H S L
Decimal 68 34 146 0.53 0.77 0 0.43 258.21 0.62 0.35
Hex 44 22 92 35 4D 0 2B 102 3E 23
Octal 104 42 222 65 115 0 53 402 76 43
Binary 1000100 100010 10010010 110101 1001101 0 101011 100000010 111110 100011

Color Harmonies of #442292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442292

Black with #442292

Text Example


Text Example

White with #442292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442292; }

 p { color: rgb(68,34,146); }

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

background-color css

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

 a { background-color: rgb(68,34,146); }

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

border-color css

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

 span { border-color: rgb(68,34,146); }

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