Html Css Color HEX #394168 Port Gore

📋 copy color: '#394168'

red 57 ◦ green 65 ◦ blue 104

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

Shades of Port Gore #394168

Tints of Port Gore #394168

RGB

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

 GREEN value IS 65 (25.78% from 255) = 28.76%

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

R = 25.22%
G = 28.76%
B = 46.02%

CMYK

 C value IS 0.45

 M value IS 0.38

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#394168 (or 0x394168) is known color: Port Gore. HEX triplet: 39, 41 and 68. RGB value is (57,65,104). Sum of RGB (Red+Green+Blue) = 57+65+104=226 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.22% from 226); Green value is 65 (25.78% from 255 or 28.76% from 226); Blue value is 104 (41.02% from 255 or 46.02% from 226); Max value from RGB is 104 - color contains mainly: blue. Hex color #394168 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394168 is #C6BE97. Grayscale: #424242. Windows color (decimal): -13024920 or 6832441. OLE color: 6832441.

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

Color convert

RGB 57 65 104 -
CMYK 0.45 0.38 0 0.59
HSL 229.79º 0.29% 0.32% -
HSV(B) 229.79º 0.45% 0.41% -
XYZ 6.08 5.65 13.87 -
YUV 67.05 148.85 120.83 -
System Red Green Blue C M Y K H S L
Decimal 57 65 104 0.45 0.38 0 0.59 229.79 0.29 0.32
Hex 39 41 68 2D 26 0 3B E6 1D 20
Octal 71 101 150 55 46 0 73 346 35 40
Binary 111001 1000001 1101000 101101 100110 0 111011 11100110 11101 100000

Color Harmonies of #394168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394168

Black with #394168

Text Example


Text Example

White with #394168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394168; }

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

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

background-color css

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

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

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

border-color css

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

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

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