Html Css Color HEX #442796 Blue Gem

📋 copy color: '#442796'

red 68 ◦ green 39 ◦ blue 150

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

Shades of Blue Gem #442796

Tints of Blue Gem #442796

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.18%

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

R = 26.46%
G = 15.18%
B = 58.37%

CMYK

 C value IS 0.55

 M value IS 0.74

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#442796 (or 0x442796) is known color: Blue Gem. HEX triplet: 44, 27 and 96. RGB value is (68,39,150). Sum of RGB (Red+Green+Blue) = 68+39+150=257 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.46% from 257); Green value is 39 (15.62% from 255 or 15.18% from 257); Blue value is 150 (58.98% from 255 or 58.37% from 257); Max value from RGB is 150 - color contains mainly: blue. Hex color #442796 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442796 is #BBD869. Grayscale: #3B3B3B. Windows color (decimal): -12310634 or 9840452. OLE color: 9840452.

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

Color convert

RGB 68 39 150 -
CMYK 0.55 0.74 0 0.41
HSL 255.68º 0.59% 0.37% -
HSV(B) 255.68º 0.74% 0.59% -
XYZ 8.61 4.88 29.34 -
YUV 60.33 178.61 133.47 -
System Red Green Blue C M Y K H S L
Decimal 68 39 150 0.55 0.74 0 0.41 255.68 0.59 0.37
Hex 44 27 96 37 4A 0 29 100 3B 25
Octal 104 47 226 67 112 0 51 400 73 45
Binary 1000100 100111 10010110 110111 1001010 0 101001 100000000 111011 100101

Color Harmonies of #442796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442796

Black with #442796

Text Example


Text Example

White with #442796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442796; }

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

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

background-color css

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

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

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

border-color css

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

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

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