Html Css Color HEX #394372 Port Gore

📋 copy color: '#394372'

red 57 ◦ green 67 ◦ blue 114

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

Shades of Port Gore #394372

Tints of Port Gore #394372

RGB

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

 GREEN value IS 67 (26.56% from 255) = 28.15%

 BLUE value IS 114 (44.92% from 255) = 47.9%

R = 23.95%
G = 28.15%
B = 47.9%

CMYK

 C value IS 0.50

 M value IS 0.41

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#394372 (or 0x394372) is known color: Port Gore. HEX triplet: 39, 43 and 72. RGB value is (57,67,114). Sum of RGB (Red+Green+Blue) = 57+67+114=238 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.95% from 238); Green value is 67 (26.56% from 255 or 28.15% from 238); Blue value is 114 (44.92% from 255 or 47.90% from 238); Max value from RGB is 114 - color contains mainly: blue. Hex color #394372 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394372 is #C6BC8D. Grayscale: #454545. Windows color (decimal): -13024398 or 7488313. OLE color: 7488313.

HSL color Cylindrical-coordinate representation of color #394372: hue angle of 229.47º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #394372 is Cyan = 0.50, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 57 67 114 -
CMYK 0.50 0.41 0 0.55
HSL 229.47º 0.33% 0.34% -
HSV(B) 229.47º 0.5% 0.45% -
XYZ 6.73 6.1 16.74 -
YUV 69.37 153.19 119.18 -
System Red Green Blue C M Y K H S L
Decimal 57 67 114 0.50 0.41 0 0.55 229.47 0.33 0.34
Hex 39 43 72 32 29 0 37 E5 21 22
Octal 71 103 162 62 51 0 67 345 41 42
Binary 111001 1000011 1110010 110010 101001 0 110111 11100101 100001 100010

Color Harmonies of #394372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394372

Black with #394372

Text Example


Text Example

White with #394372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394372; }

 p { color: rgb(57,67,114); }

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

background-color css

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

 a { background-color: rgb(57,67,114); }

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

border-color css

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

 span { border-color: rgb(57,67,114); }

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