Html Css Color HEX #3E49AC Governor Bay

📋 copy color: '#3E49AC'

red 62 ◦ green 73 ◦ blue 172

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

Shades of Governor Bay #3E49AC

Tints of Governor Bay #3E49AC

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.78%

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

R = 20.2%
G = 23.78%
B = 56.03%

CMYK

 C value IS 0.64

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3E49AC (or 0x3E49AC) is known color: Governor Bay. HEX triplet: 3E, 49 and AC. RGB value is (62,73,172). Sum of RGB (Red+Green+Blue) = 62+73+172=307 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.20% from 307); Green value is 73 (28.91% from 255 or 23.78% from 307); Blue value is 172 (67.58% from 255 or 56.03% from 307); Max value from RGB is 172 - color contains mainly: blue. Hex color #3E49AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E49AC is #C1B653. Grayscale: #505050. Windows color (decimal): -12695124 or 11290942. OLE color: 11290942.

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

Color convert

RGB 62 73 172 -
CMYK 0.64 0.58 0 0.33
HSL 234º 0.47% 0.46% -
HSV(B) 234º 0.64% 0.67% -
XYZ 11.82 8.77 40.1 -
YUV 81 179.36 114.45 -
System Red Green Blue C M Y K H S L
Decimal 62 73 172 0.64 0.58 0 0.33 234 0.47 0.46
Hex 3E 49 AC 40 3A 0 21 EA 2F 2E
Octal 76 111 254 100 72 0 41 352 57 56
Binary 111110 1001001 10101100 1000000 111010 0 100001 11101010 101111 101110

Color Harmonies of #3E49AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E49AC

Black with #3E49AC

Text Example


Text Example

White with #3E49AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,73,172); }

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

background-color css

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

 a { background-color: rgb(62,73,172); }

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

border-color css

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

 span { border-color: rgb(62,73,172); }

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