Html Css Color HEX #403AAE Blue Gem

📋 copy color: '#403AAE'

red 64 ◦ green 58 ◦ blue 174

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

Shades of Blue Gem #403AAE

Tints of Blue Gem #403AAE

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.59%

 BLUE value IS 174 (68.36% from 255) = 58.78%

R = 21.62%
G = 19.59%
B = 58.78%

CMYK

 C value IS 0.63

 M value IS 0.67

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#403AAE (or 0x403AAE) is known color: Blue Gem. HEX triplet: 40, 3A and AE. RGB value is (64,58,174). Sum of RGB (Red+Green+Blue) = 64+58+174=296 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.62% from 296); Green value is 58 (23.05% from 255 or 19.59% from 296); Blue value is 174 (68.36% from 255 or 58.78% from 296); Max value from RGB is 174 - color contains mainly: blue. Hex color #403AAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403AAE is #BFC551. Grayscale: #484848. Windows color (decimal): -12567890 or 11418176. OLE color: 11418176.

HSL color Cylindrical-coordinate representation of color #403AAE: hue angle of 243.1º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #403AAE is Cyan = 0.63, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 64 58 174 -
CMYK 0.63 0.67 0 0.32
HSL 243.1º 0.5% 0.45% -
HSV(B) 243.1º 0.67% 0.68% -
XYZ 11.27 7.17 40.83 -
YUV 73.02 184.99 121.57 -
System Red Green Blue C M Y K H S L
Decimal 64 58 174 0.63 0.67 0 0.32 243.1 0.5 0.45
Hex 40 3A AE 3F 43 0 20 F3 32 2D
Octal 100 72 256 77 103 0 40 363 62 55
Binary 1000000 111010 10101110 111111 1000011 0 100000 11110011 110010 101101

Color Harmonies of #403AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403AAE

Black with #403AAE

Text Example


Text Example

White with #403AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403AAE; }

 p { color: rgb(64,58,174); }

 H1.HeaderClassName
 {
   color: #403AAE;
 }
 .AnyTagClassName
 {
   color: #403AAE;
 }
</style>

background-color css

<style>
 a { background-color: #403AAE; }

 a { background-color: rgb(64,58,174); }

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

border-color css

<style>
 span { border-color: #403AAE; }

 span { border-color: rgb(64,58,174); }

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