Html Css Color HEX #442AA2 Blue Gem

📋 copy color: '#442AA2'

red 68 ◦ green 42 ◦ blue 162

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

Shades of Blue Gem #442AA2

Tints of Blue Gem #442AA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 59.56%

R = 25%
G = 15.44%
B = 59.56%

CMYK

 C value IS 0.58

 M value IS 0.74

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#442AA2 (or 0x442AA2) is known color: Blue Gem. HEX triplet: 44, 2A and A2. RGB value is (68,42,162). Sum of RGB (Red+Green+Blue) = 68+42+162=272 (36% of max value = 765). Red value is 68 (26.95% from 255 or 25% from 272); Green value is 42 (16.80% from 255 or 15.44% from 272); Blue value is 162 (63.67% from 255 or 59.56% from 272); Max value from RGB is 162 - color contains mainly: blue. Hex color #442AA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442AA2 is #BBD55D. Grayscale: #3E3E3E. Windows color (decimal): -12309854 or 10627652. OLE color: 10627652.

HSL color Cylindrical-coordinate representation of color #442AA2: hue angle of 253º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #442AA2 is Cyan = 0.58, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 68 42 162 -
CMYK 0.58 0.74 0 0.36
HSL 253º 0.59% 0.4% -
HSV(B) 253º 0.74% 0.64% -
XYZ 9.73 5.49 34.73 -
YUV 63.45 183.61 131.24 -
System Red Green Blue C M Y K H S L
Decimal 68 42 162 0.58 0.74 0 0.36 253 0.59 0.4
Hex 44 2A A2 3A 4A 0 24 FD 3B 28
Octal 104 52 242 72 112 0 44 375 73 50
Binary 1000100 101010 10100010 111010 1001010 0 100100 11111101 111011 101000

Color Harmonies of #442AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442AA2

Black with #442AA2

Text Example


Text Example

White with #442AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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