Html Css Color HEX #403CAB Blue Gem

📋 copy color: '#403CAB'

red 64 ◦ green 60 ◦ blue 171

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

Shades of Blue Gem #403CAB

Tints of Blue Gem #403CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 57.97%

R = 21.69%
G = 20.34%
B = 57.97%

CMYK

 C value IS 0.63

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#403CAB (or 0x403CAB) is known color: Blue Gem. HEX triplet: 40, 3C and AB. RGB value is (64,60,171). Sum of RGB (Red+Green+Blue) = 64+60+171=295 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.69% from 295); Green value is 60 (23.83% from 255 or 20.34% from 295); Blue value is 171 (67.19% from 255 or 57.97% from 295); Max value from RGB is 171 - color contains mainly: blue. Hex color #403CAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403CAB is #BFC354. Grayscale: #494949. Windows color (decimal): -12567381 or 11222080. OLE color: 11222080.

HSL color Cylindrical-coordinate representation of color #403CAB: hue angle of 242.16º 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 #403CAB is Cyan = 0.63, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 64 60 171 -
CMYK 0.63 0.65 0 0.33
HSL 242.16º 0.48% 0.45% -
HSV(B) 242.16º 0.65% 0.67% -
XYZ 11.08 7.26 39.35 -
YUV 73.85 182.83 120.97 -
System Red Green Blue C M Y K H S L
Decimal 64 60 171 0.63 0.65 0 0.33 242.16 0.48 0.45
Hex 40 3C AB 3F 41 0 21 F2 30 2D
Octal 100 74 253 77 101 0 41 362 60 55
Binary 1000000 111100 10101011 111111 1000001 0 100001 11110010 110000 101101

Color Harmonies of #403CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403CAB

Black with #403CAB

Text Example


Text Example

White with #403CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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