Html Css Color HEX #442CAA Blue Gem

📋 copy color: '#442CAA'

red 68 ◦ green 44 ◦ blue 170

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

Shades of Blue Gem #442CAA

Tints of Blue Gem #442CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 60.28%

R = 24.11%
G = 15.6%
B = 60.28%

CMYK

 C value IS 0.6

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#442CAA (or 0x442CAA) is known color: Blue Gem. HEX triplet: 44, 2C and AA. RGB value is (68,44,170). Sum of RGB (Red+Green+Blue) = 68+44+170=282 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.11% from 282); Green value is 44 (17.58% from 255 or 15.60% from 282); Blue value is 170 (66.80% from 255 or 60.28% from 282); Max value from RGB is 170 - color contains mainly: blue. Hex color #442CAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442CAA is #BBD355. Grayscale: #414141. Windows color (decimal): -12309334 or 11152452. OLE color: 11152452.

HSL color Cylindrical-coordinate representation of color #442CAA: hue angle of 251.43º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #442CAA is Cyan = 0.6, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 68 44 170 -
CMYK 0.6 0.74 0 0.33
HSL 251.43º 0.59% 0.42% -
HSV(B) 251.43º 0.74% 0.67% -
XYZ 10.54 5.93 38.62 -
YUV 65.54 186.95 129.75 -
System Red Green Blue C M Y K H S L
Decimal 68 44 170 0.6 0.74 0 0.33 251.43 0.59 0.42
Hex 44 2C AA 3C 4A 0 21 FB 3B 2A
Octal 104 54 252 74 112 0 41 373 73 52
Binary 1000100 101100 10101010 111100 1001010 0 100001 11111011 111011 101010

Color Harmonies of #442CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442CAA

Black with #442CAA

Text Example


Text Example

White with #442CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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