Html Css Color HEX #394671 Port Gore

📋 copy color: '#394671'

red 57 ◦ green 70 ◦ blue 113

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

Shades of Port Gore #394671

Tints of Port Gore #394671

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 47.08%

R = 23.75%
G = 29.17%
B = 47.08%

CMYK

 C value IS 0.50

 M value IS 0.38

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#394671 (or 0x394671) is known color: Port Gore. HEX triplet: 39, 46 and 71. RGB value is (57,70,113). Sum of RGB (Red+Green+Blue) = 57+70+113=240 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.75% from 240); Green value is 70 (27.73% from 255 or 29.17% from 240); Blue value is 113 (44.53% from 255 or 47.08% from 240); Max value from RGB is 113 - color contains mainly: blue. Hex color #394671 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394671 is #C6B98E. Grayscale: #464646. Windows color (decimal): -13023631 or 7423545. OLE color: 7423545.

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

Color convert

RGB 57 70 113 -
CMYK 0.50 0.38 0 0.56
HSL 226.07º 0.33% 0.33% -
HSV(B) 226.07º 0.5% 0.44% -
XYZ 6.86 6.44 16.5 -
YUV 71.02 151.69 118 -
System Red Green Blue C M Y K H S L
Decimal 57 70 113 0.50 0.38 0 0.56 226.07 0.33 0.33
Hex 39 46 71 32 26 0 38 E2 21 21
Octal 71 106 161 62 46 0 70 342 41 41
Binary 111001 1000110 1110001 110010 100110 0 111000 11100010 100001 100001

Color Harmonies of #394671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394671

Black with #394671

Text Example


Text Example

White with #394671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394671; }

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

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

background-color css

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

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

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

border-color css

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

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

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