Html Css Color HEX #3F499F Governor Bay

📋 copy color: '#3F499F'

red 63 ◦ green 73 ◦ blue 159

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

Shades of Governor Bay #3F499F

Tints of Governor Bay #3F499F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 53.9%

R = 21.36%
G = 24.75%
B = 53.9%

CMYK

 C value IS 0.60

 M value IS 0.54

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3F499F (or 0x3F499F) is known color: Governor Bay. HEX triplet: 3F, 49 and 9F. RGB value is (63,73,159). Sum of RGB (Red+Green+Blue) = 63+73+159=295 (39% of max value = 765). Red value is 63 (25% from 255 or 21.36% from 295); Green value is 73 (28.91% from 255 or 24.75% from 295); Blue value is 159 (62.5% from 255 or 53.90% from 295); Max value from RGB is 159 - color contains mainly: blue. Hex color #3F499F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F499F is #C0B660. Grayscale: #4F4F4F. Windows color (decimal): -12629601 or 10438975. OLE color: 10438975.

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

Color convert

RGB 63 73 159 -
CMYK 0.60 0.54 0 0.38
HSL 233.75º 0.43% 0.44% -
HSV(B) 233.75º 0.6% 0.62% -
XYZ 10.69 8.33 33.84 -
YUV 79.81 172.69 116.01 -
System Red Green Blue C M Y K H S L
Decimal 63 73 159 0.60 0.54 0 0.38 233.75 0.43 0.44
Hex 3F 49 9F 3C 36 0 26 EA 2B 2C
Octal 77 111 237 74 66 0 46 352 53 54
Binary 111111 1001001 10011111 111100 110110 0 100110 11101010 101011 101100

Color Harmonies of #3F499F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F499F

Black with #3F499F

Text Example


Text Example

White with #3F499F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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