Html Css Color HEX #3F49AC Governor Bay

📋 copy color: '#3F49AC'

red 63 ◦ green 73 ◦ blue 172

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

Shades of Governor Bay #3F49AC

Tints of Governor Bay #3F49AC

RGB

 RED value IS 63 (25% from 255) = 20.45%

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

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

R = 20.45%
G = 23.7%
B = 55.84%

CMYK

 C value IS 0.63

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3F49AC (or 0x3F49AC) is known color: Governor Bay. HEX triplet: 3F, 49 and AC. RGB value is (63,73,172). Sum of RGB (Red+Green+Blue) = 63+73+172=308 (40% of max value = 765). Red value is 63 (25% from 255 or 20.45% from 308); Green value is 73 (28.91% from 255 or 23.70% from 308); Blue value is 172 (67.58% from 255 or 55.84% from 308); Max value from RGB is 172 - color contains mainly: blue. Hex color #3F49AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F49AC is #C0B653. Grayscale: #505050. Windows color (decimal): -12629588 or 11290943. OLE color: 11290943.

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

Color convert

RGB 63 73 172 -
CMYK 0.63 0.58 0 0.33
HSL 234.5º 0.46% 0.46% -
HSV(B) 234.5º 0.63% 0.67% -
XYZ 11.88 8.8 40.1 -
YUV 81.3 179.19 114.95 -
System Red Green Blue C M Y K H S L
Decimal 63 73 172 0.63 0.58 0 0.33 234.5 0.46 0.46
Hex 3F 49 AC 3F 3A 0 21 EA 2E 2E
Octal 77 111 254 77 72 0 41 352 56 56
Binary 111111 1001001 10101100 111111 111010 0 100001 11101010 101110 101110

Color Harmonies of #3F49AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F49AC

Black with #3F49AC

Text Example


Text Example

White with #3F49AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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