Html Css Color HEX #3F47AA Governor Bay

📋 copy color: '#3F47AA'

red 63 ◦ green 71 ◦ blue 170

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

Shades of Governor Bay #3F47AA

Tints of Governor Bay #3F47AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 55.92%

R = 20.72%
G = 23.36%
B = 55.92%

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

#3F47AA (or 0x3F47AA) is known color: Governor Bay. HEX triplet: 3F, 47 and AA. RGB value is (63,71,170). Sum of RGB (Red+Green+Blue) = 63+71+170=304 (40% of max value = 765). Red value is 63 (25% from 255 or 20.72% from 304); Green value is 71 (28.12% from 255 or 23.36% from 304); Blue value is 170 (66.80% from 255 or 55.92% from 304); Max value from RGB is 170 - color contains mainly: blue. Hex color #3F47AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F47AA is #C0B855. Grayscale: #4F4F4F. Windows color (decimal): -12630102 or 11159359. OLE color: 11159359.

HSL color Cylindrical-coordinate representation of color #3F47AA: hue angle of 235.51º 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 #3F47AA is Cyan = 0.63, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 63 71 170 -
CMYK 0.63 0.58 0 0.33
HSL 235.51º 0.46% 0.46% -
HSV(B) 235.51º 0.63% 0.67% -
XYZ 11.56 8.47 39.06 -
YUV 79.89 178.85 115.95 -
System Red Green Blue C M Y K H S L
Decimal 63 71 170 0.63 0.58 0 0.33 235.51 0.46 0.46
Hex 3F 47 AA 3F 3A 0 21 EC 2E 2E
Octal 77 107 252 77 72 0 41 354 56 56
Binary 111111 1000111 10101010 111111 111010 0 100001 11101100 101110 101110

Color Harmonies of #3F47AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F47AA

Black with #3F47AA

Text Example


Text Example

White with #3F47AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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