Html Css Color HEX #403BAB Blue Gem

📋 copy color: '#403BAB'

red 64 ◦ green 59 ◦ blue 171

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

Shades of Blue Gem #403BAB

Tints of Blue Gem #403BAB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 20.07%

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

R = 21.77%
G = 20.07%
B = 58.16%

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

#403BAB (or 0x403BAB) is known color: Blue Gem. HEX triplet: 40, 3B and AB. RGB value is (64,59,171). Sum of RGB (Red+Green+Blue) = 64+59+171=294 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.77% from 294); Green value is 59 (23.44% from 255 or 20.07% from 294); Blue value is 171 (67.19% from 255 or 58.16% from 294); Max value from RGB is 171 - color contains mainly: blue. Hex color #403BAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403BAB is #BFC454. Grayscale: #484848. Windows color (decimal): -12567637 or 11221824. OLE color: 11221824.

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

Color convert

RGB 64 59 171 -
CMYK 0.63 0.65 0 0.33
HSL 242.68º 0.49% 0.45% -
HSV(B) 242.68º 0.65% 0.67% -
XYZ 11.03 7.16 39.33 -
YUV 73.26 183.16 121.39 -
System Red Green Blue C M Y K H S L
Decimal 64 59 171 0.63 0.65 0 0.33 242.68 0.49 0.45
Hex 40 3B AB 3F 41 0 21 F3 31 2D
Octal 100 73 253 77 101 0 41 363 61 55
Binary 1000000 111011 10101011 111111 1000001 0 100001 11110011 110001 101101

Color Harmonies of #403BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403BAB

Black with #403BAB

Text Example


Text Example

White with #403BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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