Html Css Color HEX #442FAE Blue Gem

📋 copy color: '#442FAE'

red 68 ◦ green 47 ◦ blue 174

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

Shades of Blue Gem #442FAE

Tints of Blue Gem #442FAE

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.26%

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

R = 23.53%
G = 16.26%
B = 60.21%

CMYK

 C value IS 0.61

 M value IS 0.73

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#442FAE (or 0x442FAE) is known color: Blue Gem. HEX triplet: 44, 2F and AE. RGB value is (68,47,174). Sum of RGB (Red+Green+Blue) = 68+47+174=289 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.53% from 289); Green value is 47 (18.75% from 255 or 16.26% from 289); Blue value is 174 (68.36% from 255 or 60.21% from 289); Max value from RGB is 174 - color contains mainly: blue. Hex color #442FAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442FAE is #BBD051. Grayscale: #434343. Windows color (decimal): -12308562 or 11415364. OLE color: 11415364.

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

Color convert

RGB 68 47 174 -
CMYK 0.61 0.73 0 0.32
HSL 249.92º 0.57% 0.43% -
HSV(B) 249.92º 0.73% 0.68% -
XYZ 11.04 6.32 40.68 -
YUV 67.76 187.96 128.17 -
System Red Green Blue C M Y K H S L
Decimal 68 47 174 0.61 0.73 0 0.32 249.92 0.57 0.43
Hex 44 2F AE 3D 49 0 20 FA 39 2B
Octal 104 57 256 75 111 0 40 372 71 53
Binary 1000100 101111 10101110 111101 1001001 0 100000 11111010 111001 101011

Color Harmonies of #442FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442FAE

Black with #442FAE

Text Example


Text Example

White with #442FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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