Html Css Color HEX #394874 Port Gore

📋 copy color: '#394874'

red 57 ◦ green 72 ◦ blue 116

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

Shades of Port Gore #394874

Tints of Port Gore #394874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 47.35%

R = 23.27%
G = 29.39%
B = 47.35%

CMYK

 C value IS 0.51

 M value IS 0.38

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#394874 (or 0x394874) is known color: Port Gore. HEX triplet: 39, 48 and 74. RGB value is (57,72,116). Sum of RGB (Red+Green+Blue) = 57+72+116=245 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.27% from 245); Green value is 72 (28.52% from 255 or 29.39% from 245); Blue value is 116 (45.70% from 255 or 47.35% from 245); Max value from RGB is 116 - color contains mainly: blue. Hex color #394874 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394874 is #C6B78B. Grayscale: #484848. Windows color (decimal): -13023116 or 7620665. OLE color: 7620665.

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

Color convert

RGB 57 72 116 -
CMYK 0.51 0.38 0 0.55
HSL 224.75º 0.34% 0.34% -
HSV(B) 224.75º 0.51% 0.45% -
XYZ 7.16 6.77 17.45 -
YUV 72.53 152.53 116.92 -
System Red Green Blue C M Y K H S L
Decimal 57 72 116 0.51 0.38 0 0.55 224.75 0.34 0.34
Hex 39 48 74 33 26 0 37 E1 22 22
Octal 71 110 164 63 46 0 67 341 42 42
Binary 111001 1001000 1110100 110011 100110 0 110111 11100001 100010 100010

Color Harmonies of #394874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394874

Black with #394874

Text Example


Text Example

White with #394874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394874; }

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

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

background-color css

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

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

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

border-color css

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

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

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