Html Css Color HEX #403DAE Governor Bay

📋 copy color: '#403DAE'

red 64 ◦ green 61 ◦ blue 174

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

Shades of Governor Bay #403DAE

Tints of Governor Bay #403DAE

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.4%

 BLUE value IS 174 (68.36% from 255) = 58.19%

R = 21.4%
G = 20.4%
B = 58.19%

CMYK

 C value IS 0.63

 M value IS 0.65

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#403DAE (or 0x403DAE) is known color: Governor Bay. HEX triplet: 40, 3D and AE. RGB value is (64,61,174). Sum of RGB (Red+Green+Blue) = 64+61+174=299 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.40% from 299); Green value is 61 (24.22% from 255 or 20.40% from 299); Blue value is 174 (68.36% from 255 or 58.19% from 299); Max value from RGB is 174 - color contains mainly: blue. Hex color #403DAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403DAE is #BFC251. Grayscale: #4A4A4A. Windows color (decimal): -12567122 or 11418944. OLE color: 11418944.

HSL color Cylindrical-coordinate representation of color #403DAE: hue angle of 241.59º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #403DAE is Cyan = 0.63, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 64 61 174 -
CMYK 0.63 0.65 0 0.32
HSL 241.59º 0.48% 0.46% -
HSV(B) 241.59º 0.65% 0.68% -
XYZ 11.42 7.48 40.89 -
YUV 74.78 183.99 120.31 -
System Red Green Blue C M Y K H S L
Decimal 64 61 174 0.63 0.65 0 0.32 241.59 0.48 0.46
Hex 40 3D AE 3F 41 0 20 F2 30 2E
Octal 100 75 256 77 101 0 40 362 60 56
Binary 1000000 111101 10101110 111111 1000001 0 100000 11110010 110000 101110

Color Harmonies of #403DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403DAE

Black with #403DAE

Text Example


Text Example

White with #403DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,61,174); }

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

background-color css

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

 a { background-color: rgb(64,61,174); }

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

border-color css

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

 span { border-color: rgb(64,61,174); }

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