Html Css Color HEX #442DA1 Blue Gem

📋 copy color: '#442DA1'

red 68 ◦ green 45 ◦ blue 161

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

Shades of Blue Gem #442DA1

Tints of Blue Gem #442DA1

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.42%

 BLUE value IS 161 (63.28% from 255) = 58.76%

R = 24.82%
G = 16.42%
B = 58.76%

CMYK

 C value IS 0.58

 M value IS 0.72

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#442DA1 (or 0x442DA1) is known color: Blue Gem. HEX triplet: 44, 2D and A1. RGB value is (68,45,161). Sum of RGB (Red+Green+Blue) = 68+45+161=274 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.82% from 274); Green value is 45 (17.97% from 255 or 16.42% from 274); Blue value is 161 (63.28% from 255 or 58.76% from 274); Max value from RGB is 161 - color contains mainly: blue. Hex color #442DA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442DA1 is #BBD25E. Grayscale: #404040. Windows color (decimal): -12309087 or 10562884. OLE color: 10562884.

HSL color Cylindrical-coordinate representation of color #442DA1: hue angle of 251.9º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #442DA1 is Cyan = 0.58, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 68 45 161 -
CMYK 0.58 0.72 0 0.37
HSL 251.9º 0.56% 0.4% -
HSV(B) 251.9º 0.72% 0.63% -
XYZ 9.76 5.68 34.3 -
YUV 65.1 182.12 130.07 -
System Red Green Blue C M Y K H S L
Decimal 68 45 161 0.58 0.72 0 0.37 251.9 0.56 0.4
Hex 44 2D A1 3A 48 0 25 FC 38 28
Octal 104 55 241 72 110 0 45 374 70 50
Binary 1000100 101101 10100001 111010 1001000 0 100101 11111100 111000 101000

Color Harmonies of #442DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442DA1

Black with #442DA1

Text Example


Text Example

White with #442DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,45,161); }

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

background-color css

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

 a { background-color: rgb(68,45,161); }

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

border-color css

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

 span { border-color: rgb(68,45,161); }

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