Html Css Color HEX #3F48AC Governor Bay

📋 copy color: '#3F48AC'

red 63 ◦ green 72 ◦ blue 172

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

Shades of Governor Bay #3F48AC

Tints of Governor Bay #3F48AC

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.45%

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

R = 20.52%
G = 23.45%
B = 56.03%

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

#3F48AC (or 0x3F48AC) is known color: Governor Bay. HEX triplet: 3F, 48 and AC. RGB value is (63,72,172). Sum of RGB (Red+Green+Blue) = 63+72+172=307 (40% of max value = 765). Red value is 63 (25% from 255 or 20.52% from 307); Green value is 72 (28.52% from 255 or 23.45% from 307); Blue value is 172 (67.58% from 255 or 56.03% from 307); Max value from RGB is 172 - color contains mainly: blue. Hex color #3F48AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F48AC is #C0B753. Grayscale: #505050. Windows color (decimal): -12629844 or 11290687. OLE color: 11290687.

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

Color convert

RGB 63 72 172 -
CMYK 0.63 0.58 0 0.33
HSL 235.05º 0.46% 0.46% -
HSV(B) 235.05º 0.63% 0.67% -
XYZ 11.81 8.67 40.08 -
YUV 80.71 179.52 115.37 -
System Red Green Blue C M Y K H S L
Decimal 63 72 172 0.63 0.58 0 0.33 235.05 0.46 0.46
Hex 3F 48 AC 3F 3A 0 21 EB 2E 2E
Octal 77 110 254 77 72 0 41 353 56 56
Binary 111111 1001000 10101100 111111 111010 0 100001 11101011 101110 101110

Color Harmonies of #3F48AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F48AC

Black with #3F48AC

Text Example


Text Example

White with #3F48AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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