Html Css Color HEX #442096 Blue Gem

📋 copy color: '#442096'

red 68 ◦ green 32 ◦ blue 150

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

Shades of Blue Gem #442096

Tints of Blue Gem #442096

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.8%

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

R = 27.2%
G = 12.8%
B = 60%

CMYK

 C value IS 0.55

 M value IS 0.79

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#442096 (or 0x442096) is known color: Blue Gem. HEX triplet: 44, 20 and 96. RGB value is (68,32,150). Sum of RGB (Red+Green+Blue) = 68+32+150=250 (33% of max value = 765). Red value is 68 (26.95% from 255 or 27.2% from 250); Green value is 32 (12.89% from 255 or 12.8% 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 #442096 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442096 is #BBDF69. Grayscale: #373737. Windows color (decimal): -12312426 or 9838660. OLE color: 9838660.

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

Color convert

RGB 68 32 150 -
CMYK 0.55 0.79 0 0.41
HSL 258.31º 0.65% 0.36% -
HSV(B) 258.31º 0.79% 0.59% -
XYZ 8.41 4.46 29.27 -
YUV 56.22 180.93 136.41 -
System Red Green Blue C M Y K H S L
Decimal 68 32 150 0.55 0.79 0 0.41 258.31 0.65 0.36
Hex 44 20 96 37 4F 0 29 102 41 24
Octal 104 40 226 67 117 0 51 402 101 44
Binary 1000100 100000 10010110 110111 1001111 0 101001 100000010 1000001 100100

Color Harmonies of #442096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442096

Black with #442096

Text Example


Text Example

White with #442096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442096; }

 p { color: rgb(68,32,150); }

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

background-color css

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

 a { background-color: rgb(68,32,150); }

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

border-color css

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

 span { border-color: rgb(68,32,150); }

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