Html Css Color HEX #3F479D Governor Bay

📋 copy color: '#3F479D'

red 63 ◦ green 71 ◦ blue 157

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

Shades of Governor Bay #3F479D

Tints of Governor Bay #3F479D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.4%

 BLUE value IS 157 (61.72% from 255) = 53.95%

R = 21.65%
G = 24.4%
B = 53.95%

CMYK

 C value IS 0.60

 M value IS 0.55

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3F479D (or 0x3F479D) is known color: Governor Bay. HEX triplet: 3F, 47 and 9D. RGB value is (63,71,157). Sum of RGB (Red+Green+Blue) = 63+71+157=291 (38% of max value = 765). Red value is 63 (25% from 255 or 21.65% from 291); Green value is 71 (28.12% from 255 or 24.40% from 291); Blue value is 157 (61.72% from 255 or 53.95% from 291); Max value from RGB is 157 - color contains mainly: blue. Hex color #3F479D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F479D is #C0B862. Grayscale: #4E4E4E. Windows color (decimal): -12630115 or 10307391. OLE color: 10307391.

HSL color Cylindrical-coordinate representation of color #3F479D: hue angle of 234.89º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3F479D is Cyan = 0.60, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 63 71 157 -
CMYK 0.60 0.55 0 0.38
HSL 234.89º 0.43% 0.43% -
HSV(B) 234.89º 0.6% 0.62% -
XYZ 10.39 8 32.89 -
YUV 78.41 172.35 117.01 -
System Red Green Blue C M Y K H S L
Decimal 63 71 157 0.60 0.55 0 0.38 234.89 0.43 0.43
Hex 3F 47 9D 3C 37 0 26 EB 2B 2B
Octal 77 107 235 74 67 0 46 353 53 53
Binary 111111 1000111 10011101 111100 110111 0 100110 11101011 101011 101011

Color Harmonies of #3F479D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F479D

Black with #3F479D

Text Example


Text Example

White with #3F479D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,71,157); }

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

background-color css

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

 a { background-color: rgb(63,71,157); }

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

border-color css

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

 span { border-color: rgb(63,71,157); }

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