Html Css Color HEX #442E94 Blue Gem

📋 copy color: '#442E94'

red 68 ◦ green 46 ◦ blue 148

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

Shades of Blue Gem #442E94

Tints of Blue Gem #442E94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 56.49%

R = 25.95%
G = 17.56%
B = 56.49%

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

#442E94 (or 0x442E94) is known color: Blue Gem. HEX triplet: 44, 2E and 94. RGB value is (68,46,148). Sum of RGB (Red+Green+Blue) = 68+46+148=262 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.95% from 262); Green value is 46 (18.36% from 255 or 17.56% from 262); Blue value is 148 (58.20% from 255 or 56.49% from 262); Max value from RGB is 148 - color contains mainly: blue. Hex color #442E94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442E94 is #BBD16B. Grayscale: #3F3F3F. Windows color (decimal): -12308844 or 9711172. OLE color: 9711172.

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

Color convert

RGB 68 46 148 -
CMYK 0.54 0.69 0 0.42
HSL 252.94º 0.53% 0.38% -
HSV(B) 252.94º 0.69% 0.58% -
XYZ 8.71 5.32 28.59 -
YUV 64.21 175.29 130.71 -
System Red Green Blue C M Y K H S L
Decimal 68 46 148 0.54 0.69 0 0.42 252.94 0.53 0.38
Hex 44 2E 94 36 45 0 2A FD 35 26
Octal 104 56 224 66 105 0 52 375 65 46
Binary 1000100 101110 10010100 110110 1000101 0 101010 11111101 110101 100110

Color Harmonies of #442E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442E94

Black with #442E94

Text Example


Text Example

White with #442E94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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