Html Css Color HEX #394768 Port Gore

📋 copy color: '#394768'

red 57 ◦ green 71 ◦ blue 104

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

Shades of Port Gore #394768

Tints of Port Gore #394768

RGB

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

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

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

R = 24.57%
G = 30.6%
B = 44.83%

CMYK

 C value IS 0.45

 M value IS 0.32

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#394768 (or 0x394768) is known color: Port Gore. HEX triplet: 39, 47 and 68. RGB value is (57,71,104). Sum of RGB (Red+Green+Blue) = 57+71+104=232 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.57% from 232); Green value is 71 (28.12% from 255 or 30.60% from 232); Blue value is 104 (41.02% from 255 or 44.83% from 232); Max value from RGB is 104 - color contains mainly: blue. Hex color #394768 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394768 is #C6B897. Grayscale: #464646. Windows color (decimal): -13023384 or 6833977. OLE color: 6833977.

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

Color convert

RGB 57 71 104 -
CMYK 0.45 0.32 0 0.59
HSL 222.13º 0.29% 0.32% -
HSV(B) 222.13º 0.45% 0.41% -
XYZ 6.44 6.38 13.99 -
YUV 70.58 146.86 118.32 -
System Red Green Blue C M Y K H S L
Decimal 57 71 104 0.45 0.32 0 0.59 222.13 0.29 0.32
Hex 39 47 68 2D 20 0 3B DE 1D 20
Octal 71 107 150 55 40 0 73 336 35 40
Binary 111001 1000111 1101000 101101 100000 0 111011 11011110 11101 100000

Color Harmonies of #394768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394768

Black with #394768

Text Example


Text Example

White with #394768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394768; }

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

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

background-color css

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

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

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

border-color css

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

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

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