Html Css Color HEX #442D93 Blue Gem

📋 copy color: '#442D93'

red 68 ◦ green 45 ◦ blue 147

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

Shades of Blue Gem #442D93

Tints of Blue Gem #442D93

RGB

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

 GREEN value IS 45 (17.97% from 255) = 17.31%

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

R = 26.15%
G = 17.31%
B = 56.54%

CMYK

 C value IS 0.54

 M value IS 0.69

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#442D93 (or 0x442D93) is known color: Blue Gem. HEX triplet: 44, 2D and 93. RGB value is (68,45,147). Sum of RGB (Red+Green+Blue) = 68+45+147=260 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.15% from 260); Green value is 45 (17.97% from 255 or 17.31% from 260); Blue value is 147 (57.81% from 255 or 56.54% from 260); Max value from RGB is 147 - color contains mainly: blue. Hex color #442D93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442D93 is #BBD26C. Grayscale: #3F3F3F. Windows color (decimal): -12309101 or 9645380. OLE color: 9645380.

HSL color Cylindrical-coordinate representation of color #442D93: hue angle of 253.53º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #442D93 is Cyan = 0.54, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 68 45 147 -
CMYK 0.54 0.69 0 0.42
HSL 253.53º 0.53% 0.38% -
HSV(B) 253.53º 0.69% 0.58% -
XYZ 8.59 5.21 28.16 -
YUV 63.51 175.12 131.21 -
System Red Green Blue C M Y K H S L
Decimal 68 45 147 0.54 0.69 0 0.42 253.53 0.53 0.38
Hex 44 2D 93 36 45 0 2A FE 35 26
Octal 104 55 223 66 105 0 52 376 65 46
Binary 1000100 101101 10010011 110110 1000101 0 101010 11111110 110101 100110

Color Harmonies of #442D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442D93

Black with #442D93

Text Example


Text Example

White with #442D93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442D93; }

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

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

background-color css

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

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

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

border-color css

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

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

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