Html Css Color HEX #403BAF Blue Gem

📋 copy color: '#403BAF'

red 64 ◦ green 59 ◦ blue 175

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

Shades of Blue Gem #403BAF

Tints of Blue Gem #403BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 58.72%

R = 21.48%
G = 19.8%
B = 58.72%

CMYK

 C value IS 0.63

 M value IS 0.66

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#403BAF (or 0x403BAF) is known color: Blue Gem. HEX triplet: 40, 3B and AF. RGB value is (64,59,175). Sum of RGB (Red+Green+Blue) = 64+59+175=298 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.48% from 298); Green value is 59 (23.44% from 255 or 19.80% from 298); Blue value is 175 (68.75% from 255 or 58.72% from 298); Max value from RGB is 175 - color contains mainly: blue. Hex color #403BAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403BAF is #BFC450. Grayscale: #494949. Windows color (decimal): -12567633 or 11483968. OLE color: 11483968.

HSL color Cylindrical-coordinate representation of color #403BAF: hue angle of 242.59º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #403BAF is Cyan = 0.63, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 64 59 175 -
CMYK 0.63 0.66 0 0.31
HSL 242.59º 0.5% 0.46% -
HSV(B) 242.59º 0.66% 0.69% -
XYZ 11.42 7.31 41.37 -
YUV 73.72 185.16 121.07 -
System Red Green Blue C M Y K H S L
Decimal 64 59 175 0.63 0.66 0 0.31 242.59 0.5 0.46
Hex 40 3B AF 3F 42 0 1F F3 32 2E
Octal 100 73 257 77 102 0 37 363 62 56
Binary 1000000 111011 10101111 111111 1000010 0 11111 11110011 110010 101110

Color Harmonies of #403BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403BAF

Black with #403BAF

Text Example


Text Example

White with #403BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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