Html Css Color HEX #3F48AA Governor Bay

📋 copy color: '#3F48AA'

red 63 ◦ green 72 ◦ blue 170

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

Shades of Governor Bay #3F48AA

Tints of Governor Bay #3F48AA

RGB

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

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

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

R = 20.66%
G = 23.61%
B = 55.74%

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

#3F48AA (or 0x3F48AA) is known color: Governor Bay. HEX triplet: 3F, 48 and AA. RGB value is (63,72,170). Sum of RGB (Red+Green+Blue) = 63+72+170=305 (40% of max value = 765). Red value is 63 (25% from 255 or 20.66% from 305); Green value is 72 (28.52% from 255 or 23.61% from 305); Blue value is 170 (66.80% from 255 or 55.74% from 305); Max value from RGB is 170 - color contains mainly: blue. Hex color #3F48AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F48AA is #C0B755. Grayscale: #505050. Windows color (decimal): -12629846 or 11159615. OLE color: 11159615.

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

Color convert

RGB 63 72 170 -
CMYK 0.63 0.58 0 0.33
HSL 234.95º 0.46% 0.46% -
HSV(B) 234.95º 0.63% 0.67% -
XYZ 11.62 8.59 39.08 -
YUV 80.48 178.52 115.53 -
System Red Green Blue C M Y K H S L
Decimal 63 72 170 0.63 0.58 0 0.33 234.95 0.46 0.46
Hex 3F 48 AA 3F 3A 0 21 EB 2E 2E
Octal 77 110 252 77 72 0 41 353 56 56
Binary 111111 1001000 10101010 111111 111010 0 100001 11101011 101110 101110

Color Harmonies of #3F48AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F48AA

Black with #3F48AA

Text Example


Text Example

White with #3F48AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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