Html Css Color HEX #3F4873 Port Gore

📋 copy color: '#3F4873'

red 63 ◦ green 72 ◦ blue 115

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

Shades of Port Gore #3F4873

Tints of Port Gore #3F4873

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 46%

R = 25.2%
G = 28.8%
B = 46%

CMYK

 C value IS 0.45

 M value IS 0.37

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3F4873 (or 0x3F4873) is known color: Port Gore. HEX triplet: 3F, 48 and 73. RGB value is (63,72,115). Sum of RGB (Red+Green+Blue) = 63+72+115=250 (33% of max value = 765). Red value is 63 (25% from 255 or 25.2% from 250); Green value is 72 (28.52% from 255 or 28.8% from 250); Blue value is 115 (45.31% from 255 or 46% from 250); Max value from RGB is 115 - color contains mainly: blue. Hex color #3F4873 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4873 is #C0B78C. Grayscale: #4A4A4A. Windows color (decimal): -12629901 or 7555135. OLE color: 7555135.

HSL color Cylindrical-coordinate representation of color #3F4873: hue angle of 229.62º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3F4873 is Cyan = 0.45, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 63 72 115 -
CMYK 0.45 0.37 0 0.55
HSL 229.62º 0.29% 0.35% -
HSV(B) 229.62º 0.45% 0.45% -
XYZ 7.46 6.93 17.16 -
YUV 74.21 151.02 120 -
System Red Green Blue C M Y K H S L
Decimal 63 72 115 0.45 0.37 0 0.55 229.62 0.29 0.35
Hex 3F 48 73 2D 25 0 37 E6 1D 23
Octal 77 110 163 55 45 0 67 346 35 43
Binary 111111 1001000 1110011 101101 100101 0 110111 11100110 11101 100011

Color Harmonies of #3F4873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4873

Black with #3F4873

Text Example


Text Example

White with #3F4873

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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