Html Css Color HEX #442595 Blue Gem

📋 copy color: '#442595'

red 68 ◦ green 37 ◦ blue 149

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

Shades of Blue Gem #442595

Tints of Blue Gem #442595

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.57%

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

R = 26.77%
G = 14.57%
B = 58.66%

CMYK

 C value IS 0.54

 M value IS 0.75

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#442595 (or 0x442595) is known color: Blue Gem. HEX triplet: 44, 25 and 95. RGB value is (68,37,149). Sum of RGB (Red+Green+Blue) = 68+37+149=254 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.77% from 254); Green value is 37 (14.84% from 255 or 14.57% from 254); Blue value is 149 (58.59% from 255 or 58.66% from 254); Max value from RGB is 149 - color contains mainly: blue. Hex color #442595 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442595 is #BBDA6A. Grayscale: #3A3A3A. Windows color (decimal): -12311147 or 9774404. OLE color: 9774404.

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

Color convert

RGB 68 37 149 -
CMYK 0.54 0.75 0 0.42
HSL 256.61º 0.6% 0.36% -
HSV(B) 256.61º 0.75% 0.58% -
XYZ 8.47 4.72 28.9 -
YUV 59.04 178.77 134.39 -
System Red Green Blue C M Y K H S L
Decimal 68 37 149 0.54 0.75 0 0.42 256.61 0.6 0.36
Hex 44 25 95 36 4B 0 2A 101 3C 24
Octal 104 45 225 66 113 0 52 401 74 44
Binary 1000100 100101 10010101 110110 1001011 0 101010 100000001 111100 100100

Color Harmonies of #442595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442595

Black with #442595

Text Example


Text Example

White with #442595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442595; }

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

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

background-color css

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

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

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

border-color css

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

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

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