Html Css Color HEX #442EAE Blue Gem

📋 copy color: '#442EAE'

red 68 ◦ green 46 ◦ blue 174

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

Shades of Blue Gem #442EAE

Tints of Blue Gem #442EAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 60.42%

R = 23.61%
G = 15.97%
B = 60.42%

CMYK

 C value IS 0.61

 M value IS 0.74

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#442EAE (or 0x442EAE) is known color: Blue Gem. HEX triplet: 44, 2E and AE. RGB value is (68,46,174). Sum of RGB (Red+Green+Blue) = 68+46+174=288 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.61% from 288); Green value is 46 (18.36% from 255 or 15.97% from 288); Blue value is 174 (68.36% from 255 or 60.42% from 288); Max value from RGB is 174 - color contains mainly: blue. Hex color #442EAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442EAE is #BBD151. Grayscale: #424242. Windows color (decimal): -12308818 or 11415108. OLE color: 11415108.

HSL color Cylindrical-coordinate representation of color #442EAE: hue angle of 250.31º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #442EAE is Cyan = 0.61, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 68 46 174 -
CMYK 0.61 0.74 0 0.32
HSL 250.31º 0.58% 0.43% -
HSV(B) 250.31º 0.74% 0.68% -
XYZ 11 6.24 40.67 -
YUV 67.17 188.29 128.59 -
System Red Green Blue C M Y K H S L
Decimal 68 46 174 0.61 0.74 0 0.32 250.31 0.58 0.43
Hex 44 2E AE 3D 4A 0 20 FA 3A 2B
Octal 104 56 256 75 112 0 40 372 72 53
Binary 1000100 101110 10101110 111101 1001010 0 100000 11111010 111010 101011

Color Harmonies of #442EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442EAE

Black with #442EAE

Text Example


Text Example

White with #442EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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