Html Css Color HEX #393D6C Port Gore

📋 copy color: '#393D6C'

red 57 ◦ green 61 ◦ blue 108

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

Shades of Port Gore #393D6C

Tints of Port Gore #393D6C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 26.99%

 BLUE value IS 108 (42.58% from 255) = 47.79%

R = 25.22%
G = 26.99%
B = 47.79%

CMYK

 C value IS 0.47

 M value IS 0.44

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#393D6C (or 0x393D6C) is known color: Port Gore. HEX triplet: 39, 3D and 6C. RGB value is (57,61,108). Sum of RGB (Red+Green+Blue) = 57+61+108=226 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.22% from 226); Green value is 61 (24.22% from 255 or 26.99% from 226); Blue value is 108 (42.58% from 255 or 47.79% from 226); Max value from RGB is 108 - color contains mainly: blue. Hex color #393D6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393D6C is #C6C293. Grayscale: #404040. Windows color (decimal): -13025940 or 7093561. OLE color: 7093561.

HSL color Cylindrical-coordinate representation of color #393D6C: hue angle of 235.29º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #393D6C is Cyan = 0.47, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 57 61 108 -
CMYK 0.47 0.44 0 0.58
HSL 235.29º 0.31% 0.32% -
HSV(B) 235.29º 0.47% 0.42% -
XYZ 6.06 5.29 14.89 -
YUV 65.16 152.17 122.18 -
System Red Green Blue C M Y K H S L
Decimal 57 61 108 0.47 0.44 0 0.58 235.29 0.31 0.32
Hex 39 3D 6C 2F 2C 0 3A EB 1F 20
Octal 71 75 154 57 54 0 72 353 37 40
Binary 111001 111101 1101100 101111 101100 0 111010 11101011 11111 100000

Color Harmonies of #393D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393D6C

Black with #393D6C

Text Example


Text Example

White with #393D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,61,108); }

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

background-color css

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

 a { background-color: rgb(57,61,108); }

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

border-color css

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

 span { border-color: rgb(57,61,108); }

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