Html Css Color HEX #3F48AB Governor Bay

📋 copy color: '#3F48AB'

red 63 ◦ green 72 ◦ blue 171

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

Shades of Governor Bay #3F48AB

Tints of Governor Bay #3F48AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 55.88%

R = 20.59%
G = 23.53%
B = 55.88%

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

#3F48AB (or 0x3F48AB) is known color: Governor Bay. HEX triplet: 3F, 48 and AB. RGB value is (63,72,171). Sum of RGB (Red+Green+Blue) = 63+72+171=306 (40% of max value = 765). Red value is 63 (25% from 255 or 20.59% from 306); Green value is 72 (28.52% from 255 or 23.53% from 306); Blue value is 171 (67.19% from 255 or 55.88% from 306); Max value from RGB is 171 - color contains mainly: blue. Hex color #3F48AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F48AB is #C0B754. Grayscale: #505050. Windows color (decimal): -12629845 or 11225151. OLE color: 11225151.

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

Color convert

RGB 63 72 171 -
CMYK 0.63 0.58 0 0.33
HSL 235º 0.46% 0.46% -
HSV(B) 235º 0.63% 0.67% -
XYZ 11.72 8.63 39.58 -
YUV 80.6 179.02 115.45 -
System Red Green Blue C M Y K H S L
Decimal 63 72 171 0.63 0.58 0 0.33 235 0.46 0.46
Hex 3F 48 AB 3F 3A 0 21 EB 2E 2E
Octal 77 110 253 77 72 0 41 353 56 56
Binary 111111 1001000 10101011 111111 111010 0 100001 11101011 101110 101110

Color Harmonies of #3F48AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F48AB

Black with #3F48AB

Text Example


Text Example

White with #3F48AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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