Html Css Color HEX #394669 Port Gore

📋 copy color: '#394669'

red 57 ◦ green 70 ◦ blue 105

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

Shades of Port Gore #394669

Tints of Port Gore #394669

RGB

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

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

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

R = 24.57%
G = 30.17%
B = 45.26%

CMYK

 C value IS 0.46

 M value IS 0.33

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#394669 (or 0x394669) is known color: Port Gore. HEX triplet: 39, 46 and 69. RGB value is (57,70,105). Sum of RGB (Red+Green+Blue) = 57+70+105=232 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.57% from 232); Green value is 70 (27.73% from 255 or 30.17% from 232); Blue value is 105 (41.41% from 255 or 45.26% from 232); Max value from RGB is 105 - color contains mainly: blue. Hex color #394669 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394669 is #C6B996. Grayscale: #454545. Windows color (decimal): -13023639 or 6899257. OLE color: 6899257.

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

Color convert

RGB 57 70 105 -
CMYK 0.46 0.33 0 0.59
HSL 223.75º 0.3% 0.32% -
HSV(B) 223.75º 0.46% 0.41% -
XYZ 6.43 6.27 14.24 -
YUV 70.1 147.69 118.65 -
System Red Green Blue C M Y K H S L
Decimal 57 70 105 0.46 0.33 0 0.59 223.75 0.3 0.32
Hex 39 46 69 2E 21 0 3B E0 1E 20
Octal 71 106 151 56 41 0 73 340 36 40
Binary 111001 1000110 1101001 101110 100001 0 111011 11100000 11110 100000

Color Harmonies of #394669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394669

Black with #394669

Text Example


Text Example

White with #394669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394669; }

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

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

background-color css

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

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

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

border-color css

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

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

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