Html Css Color HEX #442295 Blue Gem

📋 copy color: '#442295'

red 68 ◦ green 34 ◦ blue 149

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

Shades of Blue Gem #442295

Tints of Blue Gem #442295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 59.36%

R = 27.09%
G = 13.55%
B = 59.36%

CMYK

 C value IS 0.54

 M value IS 0.77

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#442295 (or 0x442295) is known color: Blue Gem. HEX triplet: 44, 22 and 95. RGB value is (68,34,149). Sum of RGB (Red+Green+Blue) = 68+34+149=251 (33% of max value = 765). Red value is 68 (26.95% from 255 or 27.09% from 251); Green value is 34 (13.67% from 255 or 13.55% from 251); Blue value is 149 (58.59% from 255 or 59.36% from 251); Max value from RGB is 149 - color contains mainly: blue. Hex color #442295 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442295 is #BBDD6A. Grayscale: #383838. Windows color (decimal): -12311915 or 9773636. OLE color: 9773636.

HSL color Cylindrical-coordinate representation of color #442295: hue angle of 257.74º 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 #442295 is Cyan = 0.54, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 68 34 149 -
CMYK 0.54 0.77 0 0.42
HSL 257.74º 0.63% 0.36% -
HSV(B) 257.74º 0.77% 0.58% -
XYZ 8.38 4.54 28.87 -
YUV 57.28 179.76 135.65 -
System Red Green Blue C M Y K H S L
Decimal 68 34 149 0.54 0.77 0 0.42 257.74 0.63 0.36
Hex 44 22 95 36 4D 0 2A 102 3F 24
Octal 104 42 225 66 115 0 52 402 77 44
Binary 1000100 100010 10010101 110110 1001101 0 101010 100000010 111111 100100

Color Harmonies of #442295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442295

Black with #442295

Text Example


Text Example

White with #442295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442295; }

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

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

background-color css

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

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

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

border-color css

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

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

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