Html Css Color HEX #394573 Port Gore

📋 copy color: '#394573'

red 57 ◦ green 69 ◦ blue 115

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

Shades of Port Gore #394573

Tints of Port Gore #394573

RGB

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

 GREEN value IS 69 (27.34% from 255) = 28.63%

 BLUE value IS 115 (45.31% from 255) = 47.72%

R = 23.65%
G = 28.63%
B = 47.72%

CMYK

 C value IS 0.50

 M value IS 0.4

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#394573 (or 0x394573) is known color: Port Gore. HEX triplet: 39, 45 and 73. RGB value is (57,69,115). Sum of RGB (Red+Green+Blue) = 57+69+115=241 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.65% from 241); Green value is 69 (27.34% from 255 or 28.63% from 241); Blue value is 115 (45.31% from 255 or 47.72% from 241); Max value from RGB is 115 - color contains mainly: blue. Hex color #394573 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394573 is #C6BA8C. Grayscale: #464646. Windows color (decimal): -13023885 or 7554361. OLE color: 7554361.

HSL color Cylindrical-coordinate representation of color #394573: hue angle of 227.59º degrees, saturation: 0.34, 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 #394573 is Cyan = 0.50, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 57 69 115 -
CMYK 0.50 0.4 0 0.55
HSL 227.59º 0.34% 0.34% -
HSV(B) 227.59º 0.5% 0.45% -
XYZ 6.91 6.36 17.08 -
YUV 70.66 153.02 118.26 -
System Red Green Blue C M Y K H S L
Decimal 57 69 115 0.50 0.4 0 0.55 227.59 0.34 0.34
Hex 39 45 73 32 28 0 37 E4 22 22
Octal 71 105 163 62 50 0 67 344 42 42
Binary 111001 1000101 1110011 110010 101000 0 110111 11100100 100010 100010

Color Harmonies of #394573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394573

Black with #394573

Text Example


Text Example

White with #394573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394573; }

 p { color: rgb(57,69,115); }

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

background-color css

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

 a { background-color: rgb(57,69,115); }

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

border-color css

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

 span { border-color: rgb(57,69,115); }

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