Html Css Color HEX #441EAA Blue Gem

📋 copy color: '#441EAA'

red 68 ◦ green 30 ◦ blue 170

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

Shades of Blue Gem #441EAA

Tints of Blue Gem #441EAA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.19%

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

R = 25.37%
G = 11.19%
B = 63.43%

CMYK

 C value IS 0.6

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#441EAA (or 0x441EAA) is known color: Blue Gem. HEX triplet: 44, 1E and AA. RGB value is (68,30,170). Sum of RGB (Red+Green+Blue) = 68+30+170=268 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.37% from 268); Green value is 30 (12.11% from 255 or 11.19% from 268); Blue value is 170 (66.80% from 255 or 63.43% from 268); Max value from RGB is 170 - color contains mainly: blue. Hex color #441EAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #441EAA is #BBE155. Grayscale: #383838. Windows color (decimal): -12312918 or 11148868. OLE color: 11148868.

HSL color Cylindrical-coordinate representation of color #441EAA: hue angle of 256.29º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #441EAA is Cyan = 0.6, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 68 30 170 -
CMYK 0.6 0.82 0 0.33
HSL 256.29º 0.7% 0.39% -
HSV(B) 256.29º 0.82% 0.67% -
XYZ 10.1 5.06 38.47 -
YUV 57.32 191.59 135.62 -
System Red Green Blue C M Y K H S L
Decimal 68 30 170 0.6 0.82 0 0.33 256.29 0.7 0.39
Hex 44 1E AA 3C 52 0 21 100 46 27
Octal 104 36 252 74 122 0 41 400 106 47
Binary 1000100 11110 10101010 111100 1010010 0 100001 100000000 1000110 100111

Color Harmonies of #441EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441EAA

Black with #441EAA

Text Example


Text Example

White with #441EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441EAA; }

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

 H1.HeaderClassName
 {
   color: #441EAA;
 }
 .AnyTagClassName
 {
   color: #441EAA;
 }
</style>

background-color css

<style>
 a { background-color: #441EAA; }

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

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

border-color css

<style>
 span { border-color: #441EAA; }

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

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