Html Css Color HEX #442E89 Blue Gem

📋 copy color: '#442E89'

red 68 ◦ green 46 ◦ blue 137

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

Shades of Blue Gem #442E89

Tints of Blue Gem #442E89

RGB

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

 GREEN value IS 46 (18.36% from 255) = 18.33%

 BLUE value IS 137 (53.91% from 255) = 54.58%

R = 27.09%
G = 18.33%
B = 54.58%

CMYK

 C value IS 0.50

 M value IS 0.66

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#442E89 (or 0x442E89) is known color: Blue Gem. HEX triplet: 44, 2E and 89. RGB value is (68,46,137). Sum of RGB (Red+Green+Blue) = 68+46+137=251 (33% of max value = 765). Red value is 68 (26.95% from 255 or 27.09% from 251); Green value is 46 (18.36% from 255 or 18.33% from 251); Blue value is 137 (53.91% from 255 or 54.58% from 251); Max value from RGB is 137 - color contains mainly: blue. Hex color #442E89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442E89 is #BBD176. Grayscale: #3E3E3E. Windows color (decimal): -12308855 or 8990276. OLE color: 8990276.

HSL color Cylindrical-coordinate representation of color #442E89: hue angle of 254.51º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #442E89 is Cyan = 0.50, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 68 46 137 -
CMYK 0.50 0.66 0 0.46
HSL 254.51º 0.5% 0.36% -
HSV(B) 254.51º 0.66% 0.54% -
XYZ 7.88 4.99 24.21 -
YUV 62.95 169.79 131.6 -
System Red Green Blue C M Y K H S L
Decimal 68 46 137 0.50 0.66 0 0.46 254.51 0.5 0.36
Hex 44 2E 89 32 42 0 2E FF 32 24
Octal 104 56 211 62 102 0 56 377 62 44
Binary 1000100 101110 10001001 110010 1000010 0 101110 11111111 110010 100100

Color Harmonies of #442E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442E89

Black with #442E89

Text Example


Text Example

White with #442E89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,46,137); }

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

background-color css

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

 a { background-color: rgb(68,46,137); }

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

border-color css

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

 span { border-color: rgb(68,46,137); }

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