Html Css Color HEX #403BAC Blue Gem

📋 copy color: '#403BAC'

red 64 ◦ green 59 ◦ blue 172

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

Shades of Blue Gem #403BAC

Tints of Blue Gem #403BAC

RGB

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

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

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

R = 21.69%
G = 20%
B = 58.31%

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

#403BAC (or 0x403BAC) is known color: Blue Gem. HEX triplet: 40, 3B and AC. RGB value is (64,59,172). Sum of RGB (Red+Green+Blue) = 64+59+172=295 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.69% from 295); Green value is 59 (23.44% from 255 or 20% from 295); Blue value is 172 (67.58% from 255 or 58.31% from 295); Max value from RGB is 172 - color contains mainly: blue. Hex color #403BAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403BAC is #BFC453. Grayscale: #484848. Windows color (decimal): -12567636 or 11287360. OLE color: 11287360.

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

Color convert

RGB 64 59 172 -
CMYK 0.63 0.66 0 0.33
HSL 242.65º 0.49% 0.45% -
HSV(B) 242.65º 0.66% 0.67% -
XYZ 11.12 7.2 39.83 -
YUV 73.38 183.66 121.31 -
System Red Green Blue C M Y K H S L
Decimal 64 59 172 0.63 0.66 0 0.33 242.65 0.49 0.45
Hex 40 3B AC 3F 42 0 21 F3 31 2D
Octal 100 73 254 77 102 0 41 363 61 55
Binary 1000000 111011 10101100 111111 1000010 0 100001 11110011 110001 101101

Color Harmonies of #403BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403BAC

Black with #403BAC

Text Example


Text Example

White with #403BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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