Html Css Color HEX #401EAA Blue Gem

📋 copy color: '#401EAA'

red 64 ◦ green 30 ◦ blue 170

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

Shades of Blue Gem #401EAA

Tints of Blue Gem #401EAA

RGB

 RED value IS 64 (25.39% from 255) = 24.24%

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

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

R = 24.24%
G = 11.36%
B = 64.39%

CMYK

 C value IS 0.62

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#401EAA (or 0x401EAA) is known color: Blue Gem. HEX triplet: 40, 1E and AA. RGB value is (64,30,170). Sum of RGB (Red+Green+Blue) = 64+30+170=264 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.24% from 264); Green value is 30 (12.11% from 255 or 11.36% from 264); Blue value is 170 (66.80% from 255 or 64.39% from 264); Max value from RGB is 170 - color contains mainly: blue. Hex color #401EAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #401EAA is #BFE155. Grayscale: #373737. Windows color (decimal): -12575062 or 11148864. OLE color: 11148864.

HSL color Cylindrical-coordinate representation of color #401EAA: hue angle of 254.57º 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 #401EAA is Cyan = 0.62, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 64 30 170 -
CMYK 0.62 0.82 0 0.33
HSL 254.57º 0.7% 0.39% -
HSV(B) 254.57º 0.82% 0.67% -
XYZ 9.83 4.92 38.46 -
YUV 56.13 192.26 133.62 -
System Red Green Blue C M Y K H S L
Decimal 64 30 170 0.62 0.82 0 0.33 254.57 0.7 0.39
Hex 40 1E AA 3E 52 0 21 FF 46 27
Octal 100 36 252 76 122 0 41 377 106 47
Binary 1000000 11110 10101010 111110 1010010 0 100001 11111111 1000110 100111

Color Harmonies of #401EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401EAA

Black with #401EAA

Text Example


Text Example

White with #401EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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