Html Css Color HEX #442DAD Blue Gem

📋 copy color: '#442DAD'

red 68 ◦ green 45 ◦ blue 173

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

Shades of Blue Gem #442DAD

Tints of Blue Gem #442DAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 60.49%

R = 23.78%
G = 15.73%
B = 60.49%

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

#442DAD (or 0x442DAD) is known color: Blue Gem. HEX triplet: 44, 2D and AD. RGB value is (68,45,173). Sum of RGB (Red+Green+Blue) = 68+45+173=286 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.78% from 286); Green value is 45 (17.97% from 255 or 15.73% from 286); Blue value is 173 (67.97% from 255 or 60.49% from 286); Max value from RGB is 173 - color contains mainly: blue. Hex color #442DAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442DAD is #BBD252. Grayscale: #414141. Windows color (decimal): -12309075 or 11349316. OLE color: 11349316.

HSL color Cylindrical-coordinate representation of color #442DAD: hue angle of 250.78º degrees, saturation: 0.59, 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 #442DAD is Cyan = 0.61, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 68 45 173 -
CMYK 0.61 0.74 0 0.32
HSL 250.78º 0.59% 0.43% -
HSV(B) 250.78º 0.74% 0.68% -
XYZ 10.87 6.12 40.14 -
YUV 66.47 188.12 129.09 -
System Red Green Blue C M Y K H S L
Decimal 68 45 173 0.61 0.74 0 0.32 250.78 0.59 0.43
Hex 44 2D AD 3D 4A 0 20 FB 3B 2B
Octal 104 55 255 75 112 0 40 373 73 53
Binary 1000100 101101 10101101 111101 1001010 0 100000 11111011 111011 101011

Color Harmonies of #442DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442DAD

Black with #442DAD

Text Example


Text Example

White with #442DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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