Html Css Color HEX #3F486C Port Gore

📋 copy color: '#3F486C'

red 63 ◦ green 72 ◦ blue 108

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

Shades of Port Gore #3F486C

Tints of Port Gore #3F486C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 44.44%

R = 25.93%
G = 29.63%
B = 44.44%

CMYK

 C value IS 0.42

 M value IS 0.33

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#3F486C (or 0x3F486C) is known color: Port Gore. HEX triplet: 3F, 48 and 6C. RGB value is (63,72,108). Sum of RGB (Red+Green+Blue) = 63+72+108=243 (32% of max value = 765). Red value is 63 (25% from 255 or 25.93% from 243); Green value is 72 (28.52% from 255 or 29.63% from 243); Blue value is 108 (42.58% from 255 or 44.44% from 243); Max value from RGB is 108 - color contains mainly: blue. Hex color #3F486C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F486C is #C0B793. Grayscale: #494949. Windows color (decimal): -12629908 or 7096383. OLE color: 7096383.

HSL color Cylindrical-coordinate representation of color #3F486C: hue angle of 228º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3F486C is Cyan = 0.42, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 63 72 108 -
CMYK 0.42 0.33 0 0.58
HSL 228º 0.26% 0.34% -
HSV(B) 228º 0.42% 0.42% -
XYZ 7.07 6.77 15.12 -
YUV 73.41 147.52 120.57 -
System Red Green Blue C M Y K H S L
Decimal 63 72 108 0.42 0.33 0 0.58 228 0.26 0.34
Hex 3F 48 6C 2A 21 0 3A E4 1A 22
Octal 77 110 154 52 41 0 72 344 32 42
Binary 111111 1001000 1101100 101010 100001 0 111010 11100100 11010 100010

Color Harmonies of #3F486C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F486C

Black with #3F486C

Text Example


Text Example

White with #3F486C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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