Html Css Color HEX #403AAC Blue Gem

📋 copy color: '#403AAC'

red 64 ◦ green 58 ◦ blue 172

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

Shades of Blue Gem #403AAC

Tints of Blue Gem #403AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 58.5%

R = 21.77%
G = 19.73%
B = 58.5%

CMYK

 C value IS 0.63

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#403AAC (or 0x403AAC) is known color: Blue Gem. HEX triplet: 40, 3A and AC. RGB value is (64,58,172). Sum of RGB (Red+Green+Blue) = 64+58+172=294 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.77% from 294); Green value is 58 (23.05% from 255 or 19.73% from 294); Blue value is 172 (67.58% from 255 or 58.50% from 294); Max value from RGB is 172 - color contains mainly: blue. Hex color #403AAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403AAC is #BFC553. Grayscale: #484848. Windows color (decimal): -12567892 or 11287104. OLE color: 11287104.

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

Color convert

RGB 64 58 172 -
CMYK 0.63 0.66 0 0.33
HSL 243.16º 0.5% 0.45% -
HSV(B) 243.16º 0.66% 0.67% -
XYZ 11.07 7.09 39.82 -
YUV 72.79 183.99 121.73 -
System Red Green Blue C M Y K H S L
Decimal 64 58 172 0.63 0.66 0 0.33 243.16 0.5 0.45
Hex 40 3A AC 3F 42 0 21 F3 32 2D
Octal 100 72 254 77 102 0 41 363 62 55
Binary 1000000 111010 10101100 111111 1000010 0 100001 11110011 110010 101101

Color Harmonies of #403AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403AAC

Black with #403AAC

Text Example


Text Example

White with #403AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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