Html Css Color HEX #403CAD Blue Gem

📋 copy color: '#403CAD'

red 64 ◦ green 60 ◦ blue 173

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

Shades of Blue Gem #403CAD

Tints of Blue Gem #403CAD

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.2%

 BLUE value IS 173 (67.97% from 255) = 58.25%

R = 21.55%
G = 20.2%
B = 58.25%

CMYK

 C value IS 0.63

 M value IS 0.65

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#403CAD (or 0x403CAD) is known color: Blue Gem. HEX triplet: 40, 3C and AD. RGB value is (64,60,173). Sum of RGB (Red+Green+Blue) = 64+60+173=297 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.55% from 297); Green value is 60 (23.83% from 255 or 20.20% from 297); Blue value is 173 (67.97% from 255 or 58.25% from 297); Max value from RGB is 173 - color contains mainly: blue. Hex color #403CAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403CAD is #BFC352. Grayscale: #494949. Windows color (decimal): -12567379 or 11353152. OLE color: 11353152.

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

Color convert

RGB 64 60 173 -
CMYK 0.63 0.65 0 0.32
HSL 242.12º 0.48% 0.46% -
HSV(B) 242.12º 0.65% 0.68% -
XYZ 11.27 7.34 40.36 -
YUV 74.08 183.83 120.81 -
System Red Green Blue C M Y K H S L
Decimal 64 60 173 0.63 0.65 0 0.32 242.12 0.48 0.46
Hex 40 3C AD 3F 41 0 20 F2 30 2E
Octal 100 74 255 77 101 0 40 362 60 56
Binary 1000000 111100 10101101 111111 1000001 0 100000 11110010 110000 101110

Color Harmonies of #403CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403CAD

Black with #403CAD

Text Example


Text Example

White with #403CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,60,173); }

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

background-color css

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

 a { background-color: rgb(64,60,173); }

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

border-color css

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

 span { border-color: rgb(64,60,173); }

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