Html Css Color HEX #394668 Port Gore

📋 copy color: '#394668'

red 57 ◦ green 70 ◦ blue 104

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

Shades of Port Gore #394668

Tints of Port Gore #394668

RGB

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

 GREEN value IS 70 (27.73% from 255) = 30.3%

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

R = 24.68%
G = 30.3%
B = 45.02%

CMYK

 C value IS 0.45

 M value IS 0.33

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#394668 (or 0x394668) is known color: Port Gore. HEX triplet: 39, 46 and 68. RGB value is (57,70,104). Sum of RGB (Red+Green+Blue) = 57+70+104=231 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.68% from 231); Green value is 70 (27.73% from 255 or 30.30% from 231); Blue value is 104 (41.02% from 255 or 45.02% from 231); Max value from RGB is 104 - color contains mainly: blue. Hex color #394668 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394668 is #C6B997. Grayscale: #454545. Windows color (decimal): -13023640 or 6833721. OLE color: 6833721.

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

Color convert

RGB 57 70 104 -
CMYK 0.45 0.33 0 0.59
HSL 223.4º 0.29% 0.32% -
HSV(B) 223.4º 0.45% 0.41% -
XYZ 6.38 6.25 13.97 -
YUV 69.99 147.19 118.74 -
System Red Green Blue C M Y K H S L
Decimal 57 70 104 0.45 0.33 0 0.59 223.4 0.29 0.32
Hex 39 46 68 2D 21 0 3B DF 1D 20
Octal 71 106 150 55 41 0 73 337 35 40
Binary 111001 1000110 1101000 101101 100001 0 111011 11011111 11101 100000

Color Harmonies of #394668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394668

Black with #394668

Text Example


Text Example

White with #394668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394668; }

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

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

background-color css

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

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

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

border-color css

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

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

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