Html Css Color HEX #442AAA Blue Gem

📋 copy color: '#442AAA'

red 68 ◦ green 42 ◦ blue 170

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

Shades of Blue Gem #442AAA

Tints of Blue Gem #442AAA

RGB

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

 GREEN value IS 42 (16.8% from 255) = 15%

 BLUE value IS 170 (66.8% from 255) = 60.71%

R = 24.29%
G = 15%
B = 60.71%

CMYK

 C value IS 0.6

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#442AAA (or 0x442AAA) is known color: Blue Gem. HEX triplet: 44, 2A and AA. RGB value is (68,42,170). Sum of RGB (Red+Green+Blue) = 68+42+170=280 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.29% from 280); Green value is 42 (16.80% from 255 or 15% from 280); Blue value is 170 (66.80% from 255 or 60.71% from 280); Max value from RGB is 170 - color contains mainly: blue. Hex color #442AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442AAA is #BBD555. Grayscale: #3F3F3F. Windows color (decimal): -12309846 or 11151940. OLE color: 11151940.

HSL color Cylindrical-coordinate representation of color #442AAA: hue angle of 252.19º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #442AAA is Cyan = 0.6, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 68 42 170 -
CMYK 0.6 0.75 0 0.33
HSL 252.19º 0.6% 0.42% -
HSV(B) 252.19º 0.75% 0.67% -
XYZ 10.47 5.79 38.6 -
YUV 64.37 187.61 130.59 -
System Red Green Blue C M Y K H S L
Decimal 68 42 170 0.6 0.75 0 0.33 252.19 0.6 0.42
Hex 44 2A AA 3C 4B 0 21 FC 3C 2A
Octal 104 52 252 74 113 0 41 374 74 52
Binary 1000100 101010 10101010 111100 1001011 0 100001 11111100 111100 101010

Color Harmonies of #442AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442AAA

Black with #442AAA

Text Example


Text Example

White with #442AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,42,170); }

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

background-color css

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

 a { background-color: rgb(68,42,170); }

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

border-color css

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

 span { border-color: rgb(68,42,170); }

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