Html Css Color HEX #442593 Blue Gem

📋 copy color: '#442593'

red 68 ◦ green 37 ◦ blue 147

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

Shades of Blue Gem #442593

Tints of Blue Gem #442593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 58.33%

R = 26.98%
G = 14.68%
B = 58.33%

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

#442593 (or 0x442593) is known color: Blue Gem. HEX triplet: 44, 25 and 93. RGB value is (68,37,147). Sum of RGB (Red+Green+Blue) = 68+37+147=252 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.98% from 252); Green value is 37 (14.84% from 255 or 14.68% from 252); Blue value is 147 (57.81% from 255 or 58.33% from 252); Max value from RGB is 147 - color contains mainly: blue. Hex color #442593 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442593 is #BBDA6C. Grayscale: #3A3A3A. Windows color (decimal): -12311149 or 9643332. OLE color: 9643332.

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

Color convert

RGB 68 37 147 -
CMYK 0.54 0.75 0 0.42
HSL 256.91º 0.6% 0.36% -
HSV(B) 256.91º 0.75% 0.58% -
XYZ 8.31 4.66 28.06 -
YUV 58.81 177.77 134.56 -
System Red Green Blue C M Y K H S L
Decimal 68 37 147 0.54 0.75 0 0.42 256.91 0.6 0.36
Hex 44 25 93 36 4B 0 2A 101 3C 24
Octal 104 45 223 66 113 0 52 401 74 44
Binary 1000100 100101 10010011 110110 1001011 0 101010 100000001 111100 100100

Color Harmonies of #442593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442593

Black with #442593

Text Example


Text Example

White with #442593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442593; }

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

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

background-color css

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

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

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

border-color css

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

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

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