Html Css Color HEX #442FAD Blue Gem

📋 copy color: '#442FAD'

red 68 ◦ green 47 ◦ blue 173

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

Shades of Blue Gem #442FAD

Tints of Blue Gem #442FAD

RGB

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

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

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

R = 23.61%
G = 16.32%
B = 60.07%

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

#442FAD (or 0x442FAD) is known color: Blue Gem. HEX triplet: 44, 2F and AD. RGB value is (68,47,173). Sum of RGB (Red+Green+Blue) = 68+47+173=288 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.61% from 288); Green value is 47 (18.75% from 255 or 16.32% from 288); Blue value is 173 (67.97% from 255 or 60.07% from 288); Max value from RGB is 173 - color contains mainly: blue. Hex color #442FAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442FAD is #BBD052. Grayscale: #434343. Windows color (decimal): -12308563 or 11349828. OLE color: 11349828.

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

Color convert

RGB 68 47 173 -
CMYK 0.61 0.73 0 0.32
HSL 250º 0.57% 0.43% -
HSV(B) 250º 0.73% 0.68% -
XYZ 10.94 6.28 40.17 -
YUV 67.64 187.46 128.25 -
System Red Green Blue C M Y K H S L
Decimal 68 47 173 0.61 0.73 0 0.32 250 0.57 0.43
Hex 44 2F AD 3D 49 0 20 FA 39 2B
Octal 104 57 255 75 111 0 40 372 71 53
Binary 1000100 101111 10101101 111101 1001001 0 100000 11111010 111001 101011

Color Harmonies of #442FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442FAD

Black with #442FAD

Text Example


Text Example

White with #442FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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