Html Css Color HEX #3949A6 Governor Bay

📋 copy color: '#3949A6'

red 57 ◦ green 73 ◦ blue 166

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

Shades of Governor Bay #3949A6

Tints of Governor Bay #3949A6

RGB

 RED value IS 57 (22.66% from 255) = 19.26%

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

 BLUE value IS 166 (65.23% from 255) = 56.08%

R = 19.26%
G = 24.66%
B = 56.08%

CMYK

 C value IS 0.66

 M value IS 0.56

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#3949A6 (or 0x3949A6) is known color: Governor Bay. HEX triplet: 39, 49 and A6. RGB value is (57,73,166). Sum of RGB (Red+Green+Blue) = 57+73+166=296 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.26% from 296); Green value is 73 (28.91% from 255 or 24.66% from 296); Blue value is 166 (65.23% from 255 or 56.08% from 296); Max value from RGB is 166 - color contains mainly: blue. Hex color #3949A6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3949A6 is #C6B659. Grayscale: #4E4E4E. Windows color (decimal): -13022810 or 10897721. OLE color: 10897721.

HSL color Cylindrical-coordinate representation of color #3949A6: hue angle of 231.19º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3949A6 is Cyan = 0.66, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 57 73 166 -
CMYK 0.66 0.56 0 0.35
HSL 231.19º 0.49% 0.44% -
HSV(B) 231.19º 0.66% 0.65% -
XYZ 10.95 8.39 37.12 -
YUV 78.82 177.2 112.44 -
System Red Green Blue C M Y K H S L
Decimal 57 73 166 0.66 0.56 0 0.35 231.19 0.49 0.44
Hex 39 49 A6 42 38 0 23 E7 31 2C
Octal 71 111 246 102 70 0 43 347 61 54
Binary 111001 1001001 10100110 1000010 111000 0 100011 11100111 110001 101100

Color Harmonies of #3949A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3949A6

Black with #3949A6

Text Example


Text Example

White with #3949A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3949A6; }

 p { color: rgb(57,73,166); }

 H1.HeaderClassName
 {
   color: #3949A6;
 }
 .AnyTagClassName
 {
   color: #3949A6;
 }
</style>

background-color css

<style>
 a { background-color: #3949A6; }

 a { background-color: rgb(57,73,166); }

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

border-color css

<style>
 span { border-color: #3949A6; }

 span { border-color: rgb(57,73,166); }

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