Html Css Color HEX #442994 Blue Gem

📋 copy color: '#442994'

red 68 ◦ green 41 ◦ blue 148

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

Shades of Blue Gem #442994

Tints of Blue Gem #442994

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.95%

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

R = 26.46%
G = 15.95%
B = 57.59%

CMYK

 C value IS 0.54

 M value IS 0.72

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#442994 (or 0x442994) is known color: Blue Gem. HEX triplet: 44, 29 and 94. RGB value is (68,41,148). Sum of RGB (Red+Green+Blue) = 68+41+148=257 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.46% from 257); Green value is 41 (16.41% from 255 or 15.95% from 257); Blue value is 148 (58.20% from 255 or 57.59% from 257); Max value from RGB is 148 - color contains mainly: blue. Hex color #442994 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442994 is #BBD66B. Grayscale: #3C3C3C. Windows color (decimal): -12310124 or 9709892. OLE color: 9709892.

HSL color Cylindrical-coordinate representation of color #442994: hue angle of 255.14º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #442994 is Cyan = 0.54, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 68 41 148 -
CMYK 0.54 0.72 0 0.42
HSL 255.14º 0.57% 0.37% -
HSV(B) 255.14º 0.72% 0.58% -
XYZ 8.52 4.95 28.52 -
YUV 61.27 176.95 132.8 -
System Red Green Blue C M Y K H S L
Decimal 68 41 148 0.54 0.72 0 0.42 255.14 0.57 0.37
Hex 44 29 94 36 48 0 2A FF 39 25
Octal 104 51 224 66 110 0 52 377 71 45
Binary 1000100 101001 10010100 110110 1001000 0 101010 11111111 111001 100101

Color Harmonies of #442994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442994

Black with #442994

Text Example


Text Example

White with #442994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442994; }

 p { color: rgb(68,41,148); }

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

background-color css

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

 a { background-color: rgb(68,41,148); }

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

border-color css

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

 span { border-color: rgb(68,41,148); }

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