Html Css Color HEX #394869 Port Gore

📋 copy color: '#394869'

red 57 ◦ green 72 ◦ blue 105

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

Shades of Port Gore #394869

Tints of Port Gore #394869

RGB

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

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

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

R = 24.36%
G = 30.77%
B = 44.87%

CMYK

 C value IS 0.46

 M value IS 0.31

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#394869 (or 0x394869) is known color: Port Gore. HEX triplet: 39, 48 and 69. RGB value is (57,72,105). Sum of RGB (Red+Green+Blue) = 57+72+105=234 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.36% from 234); Green value is 72 (28.52% from 255 or 30.77% from 234); Blue value is 105 (41.41% from 255 or 44.87% from 234); Max value from RGB is 105 - color contains mainly: blue. Hex color #394869 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394869 is #C6B796. Grayscale: #474747. Windows color (decimal): -13023127 or 6899769. OLE color: 6899769.

HSL color Cylindrical-coordinate representation of color #394869: hue angle of 221.25º 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 #394869 is Cyan = 0.46, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 57 72 105 -
CMYK 0.46 0.31 0 0.59
HSL 221.25º 0.3% 0.32% -
HSV(B) 221.25º 0.46% 0.41% -
XYZ 6.55 6.52 14.28 -
YUV 71.28 147.03 117.82 -
System Red Green Blue C M Y K H S L
Decimal 57 72 105 0.46 0.31 0 0.59 221.25 0.3 0.32
Hex 39 48 69 2E 1F 0 3B DD 1E 20
Octal 71 110 151 56 37 0 73 335 36 40
Binary 111001 1001000 1101001 101110 11111 0 111011 11011101 11110 100000

Color Harmonies of #394869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394869

Black with #394869

Text Example


Text Example

White with #394869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394869; }

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

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

background-color css

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

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

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

border-color css

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

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

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