Html Css Color HEX #394767 Port Gore

📋 copy color: '#394767'

red 57 ◦ green 71 ◦ blue 103

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

Shades of Port Gore #394767

Tints of Port Gore #394767

RGB

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

 GREEN value IS 71 (28.13% from 255) = 30.74%

 BLUE value IS 103 (40.63% from 255) = 44.59%

R = 24.68%
G = 30.74%
B = 44.59%

CMYK

 C value IS 0.45

 M value IS 0.31

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#394767 (or 0x394767) is known color: Port Gore. HEX triplet: 39, 47 and 67. RGB value is (57,71,103). Sum of RGB (Red+Green+Blue) = 57+71+103=231 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.68% from 231); Green value is 71 (28.12% from 255 or 30.74% from 231); Blue value is 103 (40.62% from 255 or 44.59% from 231); Max value from RGB is 103 - color contains mainly: blue. Hex color #394767 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394767 is #C6B898. Grayscale: #464646. Windows color (decimal): -13023385 or 6768441. OLE color: 6768441.

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

Color convert

RGB 57 71 103 -
CMYK 0.45 0.31 0 0.60
HSL 221.74º 0.29% 0.31% -
HSV(B) 221.74º 0.45% 0.4% -
XYZ 6.39 6.36 13.72 -
YUV 70.46 146.36 118.4 -
System Red Green Blue C M Y K H S L
Decimal 57 71 103 0.45 0.31 0 0.60 221.74 0.29 0.31
Hex 39 47 67 2D 1F 0 3C DE 1D 1F
Octal 71 107 147 55 37 0 74 336 35 37
Binary 111001 1000111 1100111 101101 11111 0 111100 11011110 11101 11111

Color Harmonies of #394767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394767

Black with #394767

Text Example


Text Example

White with #394767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394767; }

 p { color: rgb(57,71,103); }

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

background-color css

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

 a { background-color: rgb(57,71,103); }

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

border-color css

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

 span { border-color: rgb(57,71,103); }

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