Html Css Color HEX #394972 Port Gore

📋 copy color: '#394972'

red 57 ◦ green 73 ◦ blue 114

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

Shades of Port Gore #394972

Tints of Port Gore #394972

RGB

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

 GREEN value IS 73 (28.91% from 255) = 29.92%

 BLUE value IS 114 (44.92% from 255) = 46.72%

R = 23.36%
G = 29.92%
B = 46.72%

CMYK

 C value IS 0.50

 M value IS 0.36

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#394972 (or 0x394972) is known color: Port Gore. HEX triplet: 39, 49 and 72. RGB value is (57,73,114). Sum of RGB (Red+Green+Blue) = 57+73+114=244 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.36% from 244); Green value is 73 (28.91% from 255 or 29.92% from 244); Blue value is 114 (44.92% from 255 or 46.72% from 244); Max value from RGB is 114 - color contains mainly: blue. Hex color #394972 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394972 is #C6B68D. Grayscale: #484848. Windows color (decimal): -13022862 or 7489849. OLE color: 7489849.

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

Color convert

RGB 57 73 114 -
CMYK 0.50 0.36 0 0.55
HSL 223.16º 0.33% 0.34% -
HSV(B) 223.16º 0.5% 0.45% -
XYZ 7.11 6.85 16.87 -
YUV 72.89 151.2 116.67 -
System Red Green Blue C M Y K H S L
Decimal 57 73 114 0.50 0.36 0 0.55 223.16 0.33 0.34
Hex 39 49 72 32 24 0 37 DF 21 22
Octal 71 111 162 62 44 0 67 337 41 42
Binary 111001 1001001 1110010 110010 100100 0 110111 11011111 100001 100010

Color Harmonies of #394972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394972

Black with #394972

Text Example


Text Example

White with #394972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394972; }

 p { color: rgb(57,73,114); }

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

background-color css

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

 a { background-color: rgb(57,73,114); }

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

border-color css

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

 span { border-color: rgb(57,73,114); }

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