Html Css Color HEX #3E40AD Governor Bay

📋 copy color: '#3E40AD'

red 62 ◦ green 64 ◦ blue 173

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

Shades of Governor Bay #3E40AD

Tints of Governor Bay #3E40AD

RGB

 RED value IS 62 (24.61% from 255) = 20.74%

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

 BLUE value IS 173 (67.97% from 255) = 57.86%

R = 20.74%
G = 21.4%
B = 57.86%

CMYK

 C value IS 0.64

 M value IS 0.63

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3E40AD (or 0x3E40AD) is known color: Governor Bay. HEX triplet: 3E, 40 and AD. RGB value is (62,64,173). Sum of RGB (Red+Green+Blue) = 62+64+173=299 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.74% from 299); Green value is 64 (25.39% from 255 or 21.40% from 299); Blue value is 173 (67.97% from 255 or 57.86% from 299); Max value from RGB is 173 - color contains mainly: blue. Hex color #3E40AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E40AD is #C1BF52. Grayscale: #4B4B4B. Windows color (decimal): -12697427 or 11354174. OLE color: 11354174.

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

Color convert

RGB 62 64 173 -
CMYK 0.64 0.63 0 0.32
HSL 238.92º 0.47% 0.46% -
HSV(B) 238.92º 0.64% 0.68% -
XYZ 11.36 7.71 40.42 -
YUV 75.83 182.84 118.14 -
System Red Green Blue C M Y K H S L
Decimal 62 64 173 0.64 0.63 0 0.32 238.92 0.47 0.46
Hex 3E 40 AD 40 3F 0 20 EF 2F 2E
Octal 76 100 255 100 77 0 40 357 57 56
Binary 111110 1000000 10101101 1000000 111111 0 100000 11101111 101111 101110

Color Harmonies of #3E40AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E40AD

Black with #3E40AD

Text Example


Text Example

White with #3E40AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3E40AD; }

 p { color: rgb(62,64,173); }

 H1.HeaderClassName
 {
   color: #3E40AD;
 }
 .AnyTagClassName
 {
   color: #3E40AD;
 }
</style>

background-color css

<style>
 a { background-color: #3E40AD; }

 a { background-color: rgb(62,64,173); }

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

border-color css

<style>
 span { border-color: #3E40AD; }

 span { border-color: rgb(62,64,173); }

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