Html Css Color HEX #3F47AD Governor Bay

📋 copy color: '#3F47AD'

red 63 ◦ green 71 ◦ blue 173

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

Shades of Governor Bay #3F47AD

Tints of Governor Bay #3F47AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 56.35%

R = 20.52%
G = 23.13%
B = 56.35%

CMYK

 C value IS 0.64

 M value IS 0.59

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3F47AD (or 0x3F47AD) is known color: Governor Bay. HEX triplet: 3F, 47 and AD. RGB value is (63,71,173). Sum of RGB (Red+Green+Blue) = 63+71+173=307 (40% of max value = 765). Red value is 63 (25% from 255 or 20.52% from 307); Green value is 71 (28.12% from 255 or 23.13% from 307); Blue value is 173 (67.97% from 255 or 56.35% from 307); Max value from RGB is 173 - color contains mainly: blue. Hex color #3F47AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F47AD is #C0B852. Grayscale: #4F4F4F. Windows color (decimal): -12630099 or 11355967. OLE color: 11355967.

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

Color convert

RGB 63 71 173 -
CMYK 0.64 0.59 0 0.32
HSL 235.64º 0.47% 0.46% -
HSV(B) 235.64º 0.64% 0.68% -
XYZ 11.85 8.58 40.57 -
YUV 80.24 180.35 115.71 -
System Red Green Blue C M Y K H S L
Decimal 63 71 173 0.64 0.59 0 0.32 235.64 0.47 0.46
Hex 3F 47 AD 40 3B 0 20 EC 2F 2E
Octal 77 107 255 100 73 0 40 354 57 56
Binary 111111 1000111 10101101 1000000 111011 0 100000 11101100 101111 101110

Color Harmonies of #3F47AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F47AD

Black with #3F47AD

Text Example


Text Example

White with #3F47AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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