Html Css Color HEX #442CAD Blue Gem

📋 copy color: '#442CAD'

red 68 ◦ green 44 ◦ blue 173

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

Shades of Blue Gem #442CAD

Tints of Blue Gem #442CAD

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.44%

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

R = 23.86%
G = 15.44%
B = 60.7%

CMYK

 C value IS 0.61

 M value IS 0.75

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#442CAD (or 0x442CAD) is known color: Blue Gem. HEX triplet: 44, 2C and AD. RGB value is (68,44,173). Sum of RGB (Red+Green+Blue) = 68+44+173=285 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.86% from 285); Green value is 44 (17.58% from 255 or 15.44% from 285); Blue value is 173 (67.97% from 255 or 60.70% from 285); Max value from RGB is 173 - color contains mainly: blue. Hex color #442CAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442CAD is #BBD352. Grayscale: #414141. Windows color (decimal): -12309331 or 11349060. OLE color: 11349060.

HSL color Cylindrical-coordinate representation of color #442CAD: hue angle of 251.16º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #442CAD is Cyan = 0.61, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 68 44 173 -
CMYK 0.61 0.75 0 0.32
HSL 251.16º 0.59% 0.43% -
HSV(B) 251.16º 0.75% 0.68% -
XYZ 10.83 6.05 40.13 -
YUV 65.88 188.45 129.51 -
System Red Green Blue C M Y K H S L
Decimal 68 44 173 0.61 0.75 0 0.32 251.16 0.59 0.43
Hex 44 2C AD 3D 4B 0 20 FB 3B 2B
Octal 104 54 255 75 113 0 40 373 73 53
Binary 1000100 101100 10101101 111101 1001011 0 100000 11111011 111011 101011

Color Harmonies of #442CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442CAD

Black with #442CAD

Text Example


Text Example

White with #442CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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