Html Css Color HEX #394868 Port Gore

📋 copy color: '#394868'

red 57 ◦ green 72 ◦ blue 104

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

Shades of Port Gore #394868

Tints of Port Gore #394868

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 44.64%

R = 24.46%
G = 30.9%
B = 44.64%

CMYK

 C value IS 0.45

 M value IS 0.31

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#394868 (or 0x394868) is known color: Port Gore. HEX triplet: 39, 48 and 68. RGB value is (57,72,104). Sum of RGB (Red+Green+Blue) = 57+72+104=233 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.46% from 233); Green value is 72 (28.52% from 255 or 30.90% from 233); Blue value is 104 (41.02% from 255 or 44.64% from 233); Max value from RGB is 104 - color contains mainly: blue. Hex color #394868 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394868 is #C6B797. Grayscale: #474747. Windows color (decimal): -13023128 or 6834233. OLE color: 6834233.

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

Color convert

RGB 57 72 104 -
CMYK 0.45 0.31 0 0.59
HSL 220.85º 0.29% 0.32% -
HSV(B) 220.85º 0.45% 0.41% -
XYZ 6.5 6.5 14.01 -
YUV 71.16 146.53 117.9 -
System Red Green Blue C M Y K H S L
Decimal 57 72 104 0.45 0.31 0 0.59 220.85 0.29 0.32
Hex 39 48 68 2D 1F 0 3B DD 1D 20
Octal 71 110 150 55 37 0 73 335 35 40
Binary 111001 1001000 1101000 101101 11111 0 111011 11011101 11101 100000

Color Harmonies of #394868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394868

Black with #394868

Text Example


Text Example

White with #394868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394868; }

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

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

background-color css

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

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

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

border-color css

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

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

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