Html Css Color HEX #393F6D Port Gore

📋 copy color: '#393F6D'

red 57 ◦ green 63 ◦ blue 109

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

Shades of Port Gore #393F6D

Tints of Port Gore #393F6D

RGB

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

 GREEN value IS 63 (25% from 255) = 27.51%

 BLUE value IS 109 (42.97% from 255) = 47.6%

R = 24.89%
G = 27.51%
B = 47.6%

CMYK

 C value IS 0.48

 M value IS 0.42

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#393F6D (or 0x393F6D) is known color: Port Gore. HEX triplet: 39, 3F and 6D. RGB value is (57,63,109). Sum of RGB (Red+Green+Blue) = 57+63+109=229 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.89% from 229); Green value is 63 (25% from 255 or 27.51% from 229); Blue value is 109 (42.97% from 255 or 47.60% from 229); Max value from RGB is 109 - color contains mainly: blue. Hex color #393F6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393F6D is #C6C092. Grayscale: #424242. Windows color (decimal): -13025427 or 7159609. OLE color: 7159609.

HSL color Cylindrical-coordinate representation of color #393F6D: hue angle of 233.08º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #393F6D is Cyan = 0.48, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 57 63 109 -
CMYK 0.48 0.42 0 0.57
HSL 233.08º 0.31% 0.33% -
HSV(B) 233.08º 0.48% 0.43% -
XYZ 6.23 5.53 15.21 -
YUV 66.45 152.01 121.26 -
System Red Green Blue C M Y K H S L
Decimal 57 63 109 0.48 0.42 0 0.57 233.08 0.31 0.33
Hex 39 3F 6D 30 2A 0 39 E9 1F 21
Octal 71 77 155 60 52 0 71 351 37 41
Binary 111001 111111 1101101 110000 101010 0 111001 11101001 11111 100001

Color Harmonies of #393F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393F6D

Black with #393F6D

Text Example


Text Example

White with #393F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393F6D; }

 p { color: rgb(57,63,109); }

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

background-color css

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

 a { background-color: rgb(57,63,109); }

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

border-color css

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

 span { border-color: rgb(57,63,109); }

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