Html Css Color HEX #394773 Port Gore

📋 copy color: '#394773'

red 57 ◦ green 71 ◦ blue 115

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

Shades of Port Gore #394773

Tints of Port Gore #394773

RGB

 RED value IS 57 (22.66% from 255) = 23.46%

 GREEN value IS 71 (28.13% from 255) = 29.22%

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

R = 23.46%
G = 29.22%
B = 47.33%

CMYK

 C value IS 0.50

 M value IS 0.38

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#394773 (or 0x394773) is known color: Port Gore. HEX triplet: 39, 47 and 73. RGB value is (57,71,115). Sum of RGB (Red+Green+Blue) = 57+71+115=243 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.46% from 243); Green value is 71 (28.12% from 255 or 29.22% from 243); Blue value is 115 (45.31% from 255 or 47.33% from 243); Max value from RGB is 115 - color contains mainly: blue. Hex color #394773 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394773 is #C6B88C. Grayscale: #474747. Windows color (decimal): -13023373 or 7554873. OLE color: 7554873.

HSL color Cylindrical-coordinate representation of color #394773: hue angle of 225.52º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #394773 is Cyan = 0.50, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 57 71 115 -
CMYK 0.50 0.38 0 0.55
HSL 225.52º 0.34% 0.34% -
HSV(B) 225.52º 0.5% 0.45% -
XYZ 7.04 6.61 17.13 -
YUV 71.83 152.36 117.42 -
System Red Green Blue C M Y K H S L
Decimal 57 71 115 0.50 0.38 0 0.55 225.52 0.34 0.34
Hex 39 47 73 32 26 0 37 E2 22 22
Octal 71 107 163 62 46 0 67 342 42 42
Binary 111001 1000111 1110011 110010 100110 0 110111 11100010 100010 100010

Color Harmonies of #394773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394773

Black with #394773

Text Example


Text Example

White with #394773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394773; }

 p { color: rgb(57,71,115); }

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

background-color css

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

 a { background-color: rgb(57,71,115); }

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

border-color css

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

 span { border-color: rgb(57,71,115); }

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