Html Css Color HEX #394969 Port Gore

📋 copy color: '#394969'

red 57 ◦ green 73 ◦ blue 105

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

Shades of Port Gore #394969

Tints of Port Gore #394969

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 44.68%

R = 24.26%
G = 31.06%
B = 44.68%

CMYK

 C value IS 0.46

 M value IS 0.30

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#394969 (or 0x394969) is known color: Port Gore. HEX triplet: 39, 49 and 69. RGB value is (57,73,105). Sum of RGB (Red+Green+Blue) = 57+73+105=235 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.26% from 235); Green value is 73 (28.91% from 255 or 31.06% from 235); Blue value is 105 (41.41% from 255 or 44.68% from 235); Max value from RGB is 105 - color contains mainly: blue. Hex color #394969 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394969 is #C6B696. Grayscale: #474747. Windows color (decimal): -13022871 or 6900025. OLE color: 6900025.

HSL color Cylindrical-coordinate representation of color #394969: hue angle of 220º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #394969 is Cyan = 0.46, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 57 73 105 -
CMYK 0.46 0.30 0 0.59
HSL 220º 0.3% 0.32% -
HSV(B) 220º 0.46% 0.41% -
XYZ 6.62 6.65 14.3 -
YUV 71.86 146.7 117.4 -
System Red Green Blue C M Y K H S L
Decimal 57 73 105 0.46 0.30 0 0.59 220 0.3 0.32
Hex 39 49 69 2E 1E 0 3B DC 1E 20
Octal 71 111 151 56 36 0 73 334 36 40
Binary 111001 1001001 1101001 101110 11110 0 111011 11011100 11110 100000

Color Harmonies of #394969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394969

Black with #394969

Text Example


Text Example

White with #394969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394969; }

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

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

background-color css

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

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

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

border-color css

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

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

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