Html Css Color HEX #403CAF Blue Gem

📋 copy color: '#403CAF'

red 64 ◦ green 60 ◦ blue 175

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

Shades of Blue Gem #403CAF

Tints of Blue Gem #403CAF

RGB

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

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

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

R = 21.4%
G = 20.07%
B = 58.53%

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

#403CAF (or 0x403CAF) is known color: Blue Gem. HEX triplet: 40, 3C and AF. RGB value is (64,60,175). Sum of RGB (Red+Green+Blue) = 64+60+175=299 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.40% from 299); Green value is 60 (23.83% from 255 or 20.07% from 299); Blue value is 175 (68.75% from 255 or 58.53% from 299); Max value from RGB is 175 - color contains mainly: blue. Hex color #403CAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403CAF is #BFC350. Grayscale: #494949. Windows color (decimal): -12567377 or 11484224. OLE color: 11484224.

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

Color convert

RGB 64 60 175 -
CMYK 0.63 0.66 0 0.31
HSL 242.09º 0.49% 0.46% -
HSV(B) 242.09º 0.66% 0.69% -
XYZ 11.47 7.42 41.38 -
YUV 74.31 184.83 120.65 -
System Red Green Blue C M Y K H S L
Decimal 64 60 175 0.63 0.66 0 0.31 242.09 0.49 0.46
Hex 40 3C AF 3F 42 0 1F F2 31 2E
Octal 100 74 257 77 102 0 37 362 61 56
Binary 1000000 111100 10101111 111111 1000010 0 11111 11110010 110001 101110

Color Harmonies of #403CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403CAF

Black with #403CAF

Text Example


Text Example

White with #403CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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