Html Css Color HEX #403CAA Blue Gem

📋 copy color: '#403CAA'

red 64 ◦ green 60 ◦ blue 170

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

Shades of Blue Gem #403CAA

Tints of Blue Gem #403CAA

RGB

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

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

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

R = 21.77%
G = 20.41%
B = 57.82%

CMYK

 C value IS 0.62

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#403CAA (or 0x403CAA) is known color: Blue Gem. HEX triplet: 40, 3C and AA. RGB value is (64,60,170). Sum of RGB (Red+Green+Blue) = 64+60+170=294 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.77% from 294); Green value is 60 (23.83% from 255 or 20.41% from 294); Blue value is 170 (66.80% from 255 or 57.82% from 294); Max value from RGB is 170 - color contains mainly: blue. Hex color #403CAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403CAA is #BFC355. Grayscale: #494949. Windows color (decimal): -12567382 or 11156544. OLE color: 11156544.

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

Color convert

RGB 64 60 170 -
CMYK 0.62 0.65 0 0.33
HSL 242.18º 0.48% 0.45% -
HSV(B) 242.18º 0.65% 0.67% -
XYZ 10.99 7.22 38.85 -
YUV 73.74 182.33 121.06 -
System Red Green Blue C M Y K H S L
Decimal 64 60 170 0.62 0.65 0 0.33 242.18 0.48 0.45
Hex 40 3C AA 3E 41 0 21 F2 30 2D
Octal 100 74 252 76 101 0 41 362 60 55
Binary 1000000 111100 10101010 111110 1000001 0 100001 11110010 110000 101101

Color Harmonies of #403CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403CAA

Black with #403CAA

Text Example


Text Example

White with #403CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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