Html Css Color HEX #394870 Port Gore

📋 copy color: '#394870'

red 57 ◦ green 72 ◦ blue 112

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

Shades of Port Gore #394870

Tints of Port Gore #394870

RGB

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

 GREEN value IS 72 (28.52% from 255) = 29.88%

 BLUE value IS 112 (44.14% from 255) = 46.47%

R = 23.65%
G = 29.88%
B = 46.47%

CMYK

 C value IS 0.49

 M value IS 0.36

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#394870 (or 0x394870) is known color: Port Gore. HEX triplet: 39, 48 and 70. RGB value is (57,72,112). Sum of RGB (Red+Green+Blue) = 57+72+112=241 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.65% from 241); Green value is 72 (28.52% from 255 or 29.88% from 241); Blue value is 112 (44.14% from 255 or 46.47% from 241); Max value from RGB is 112 - color contains mainly: blue. Hex color #394870 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394870 is #C6B78F. Grayscale: #474747. Windows color (decimal): -13023120 or 7358521. OLE color: 7358521.

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

Color convert

RGB 57 72 112 -
CMYK 0.49 0.36 0 0.56
HSL 223.64º 0.33% 0.33% -
HSV(B) 223.64º 0.49% 0.44% -
XYZ 6.93 6.67 16.25 -
YUV 72.08 150.53 117.25 -
System Red Green Blue C M Y K H S L
Decimal 57 72 112 0.49 0.36 0 0.56 223.64 0.33 0.33
Hex 39 48 70 31 24 0 38 E0 21 21
Octal 71 110 160 61 44 0 70 340 41 41
Binary 111001 1001000 1110000 110001 100100 0 111000 11100000 100001 100001

Color Harmonies of #394870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394870

Black with #394870

Text Example


Text Example

White with #394870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394870; }

 p { color: rgb(57,72,112); }

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

background-color css

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

 a { background-color: rgb(57,72,112); }

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

border-color css

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

 span { border-color: rgb(57,72,112); }

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