Html Css Color HEX #394673 Port Gore

📋 copy color: '#394673'

red 57 ◦ green 70 ◦ blue 115

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

Shades of Port Gore #394673

Tints of Port Gore #394673

RGB

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

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

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

R = 23.55%
G = 28.93%
B = 47.52%

CMYK

 C value IS 0.50

 M value IS 0.39

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#394673 (or 0x394673) is known color: Port Gore. HEX triplet: 39, 46 and 73. RGB value is (57,70,115). Sum of RGB (Red+Green+Blue) = 57+70+115=242 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.55% from 242); Green value is 70 (27.73% from 255 or 28.93% from 242); Blue value is 115 (45.31% from 255 or 47.52% from 242); Max value from RGB is 115 - color contains mainly: blue. Hex color #394673 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394673 is #C6B98C. Grayscale: #474747. Windows color (decimal): -13023629 or 7554617. OLE color: 7554617.

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

Color convert

RGB 57 70 115 -
CMYK 0.50 0.39 0 0.55
HSL 226.55º 0.34% 0.34% -
HSV(B) 226.55º 0.5% 0.45% -
XYZ 6.97 6.49 17.1 -
YUV 71.24 152.69 117.84 -
System Red Green Blue C M Y K H S L
Decimal 57 70 115 0.50 0.39 0 0.55 226.55 0.34 0.34
Hex 39 46 73 32 27 0 37 E3 22 22
Octal 71 106 163 62 47 0 67 343 42 42
Binary 111001 1000110 1110011 110010 100111 0 110111 11100011 100010 100010

Color Harmonies of #394673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394673

Black with #394673

Text Example


Text Example

White with #394673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394673; }

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

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

background-color css

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

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

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

border-color css

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

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

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