Html Css Color HEX #442392 Blue Gem

📋 copy color: '#442392'

red 68 ◦ green 35 ◦ blue 146

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

Shades of Blue Gem #442392

Tints of Blue Gem #442392

RGB

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

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

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

R = 27.31%
G = 14.06%
B = 58.63%

CMYK

 C value IS 0.53

 M value IS 0.76

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#442392 (or 0x442392) is known color: Blue Gem. HEX triplet: 44, 23 and 92. RGB value is (68,35,146). Sum of RGB (Red+Green+Blue) = 68+35+146=249 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.31% from 249); Green value is 35 (14.06% from 255 or 14.06% from 249); Blue value is 146 (57.42% from 255 or 58.63% from 249); Max value from RGB is 146 - color contains mainly: blue. Hex color #442392 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442392 is #BBDC6D. Grayscale: #393939. Windows color (decimal): -12311662 or 9577284. OLE color: 9577284.

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

Color convert

RGB 68 35 146 -
CMYK 0.53 0.76 0 0.43
HSL 257.84º 0.61% 0.35% -
HSV(B) 257.84º 0.76% 0.57% -
XYZ 8.17 4.51 27.63 -
YUV 57.52 177.93 135.47 -
System Red Green Blue C M Y K H S L
Decimal 68 35 146 0.53 0.76 0 0.43 257.84 0.61 0.35
Hex 44 23 92 35 4C 0 2B 102 3D 23
Octal 104 43 222 65 114 0 53 402 75 43
Binary 1000100 100011 10010010 110101 1001100 0 101011 100000010 111101 100011

Color Harmonies of #442392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442392

Black with #442392

Text Example


Text Example

White with #442392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442392; }

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

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

background-color css

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

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

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

border-color css

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

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

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