Html Css Color HEX #3F4673 Port Gore

📋 copy color: '#3F4673'

red 63 ◦ green 70 ◦ blue 115

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

Shades of Port Gore #3F4673

Tints of Port Gore #3F4673

RGB

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

 GREEN value IS 70 (27.73% from 255) = 28.23%

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

R = 25.4%
G = 28.23%
B = 46.37%

CMYK

 C value IS 0.45

 M value IS 0.39

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3F4673 (or 0x3F4673) is known color: Port Gore. HEX triplet: 3F, 46 and 73. RGB value is (63,70,115). Sum of RGB (Red+Green+Blue) = 63+70+115=248 (32% of max value = 765). Red value is 63 (25% from 255 or 25.40% from 248); Green value is 70 (27.73% from 255 or 28.23% from 248); Blue value is 115 (45.31% from 255 or 46.37% from 248); Max value from RGB is 115 - color contains mainly: blue. Hex color #3F4673 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4673 is #C0B98C. Grayscale: #484848. Windows color (decimal): -12630413 or 7554623. OLE color: 7554623.

HSL color Cylindrical-coordinate representation of color #3F4673: hue angle of 231.92º 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 #3F4673 is Cyan = 0.45, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 63 70 115 -
CMYK 0.45 0.39 0 0.55
HSL 231.92º 0.29% 0.35% -
HSV(B) 231.92º 0.45% 0.45% -
XYZ 7.33 6.67 17.12 -
YUV 73.04 151.68 120.84 -
System Red Green Blue C M Y K H S L
Decimal 63 70 115 0.45 0.39 0 0.55 231.92 0.29 0.35
Hex 3F 46 73 2D 27 0 37 E8 1D 23
Octal 77 106 163 55 47 0 67 350 35 43
Binary 111111 1000110 1110011 101101 100111 0 110111 11101000 11101 100011

Color Harmonies of #3F4673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4673

Black with #3F4673

Text Example


Text Example

White with #3F4673

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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