Html Css Color HEX #393D69 Port Gore

📋 copy color: '#393D69'

red 57 ◦ green 61 ◦ blue 105

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

Shades of Port Gore #393D69

Tints of Port Gore #393D69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 47.09%

R = 25.56%
G = 27.35%
B = 47.09%

CMYK

 C value IS 0.46

 M value IS 0.42

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#393D69 (or 0x393D69) is known color: Port Gore. HEX triplet: 39, 3D and 69. RGB value is (57,61,105). Sum of RGB (Red+Green+Blue) = 57+61+105=223 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.56% from 223); Green value is 61 (24.22% from 255 or 27.35% from 223); Blue value is 105 (41.41% from 255 or 47.09% from 223); Max value from RGB is 105 - color contains mainly: blue. Hex color #393D69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393D69 is #C6C296. Grayscale: #404040. Windows color (decimal): -13025943 or 6896953. OLE color: 6896953.

HSL color Cylindrical-coordinate representation of color #393D69: hue angle of 235º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #393D69 is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 57 61 105 -
CMYK 0.46 0.42 0 0.59
HSL 235º 0.3% 0.32% -
HSV(B) 235º 0.46% 0.41% -
XYZ 5.91 5.23 14.06 -
YUV 64.82 150.67 122.42 -
System Red Green Blue C M Y K H S L
Decimal 57 61 105 0.46 0.42 0 0.59 235 0.3 0.32
Hex 39 3D 69 2E 2A 0 3B EB 1E 20
Octal 71 75 151 56 52 0 73 353 36 40
Binary 111001 111101 1101001 101110 101010 0 111011 11101011 11110 100000

Color Harmonies of #393D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393D69

Black with #393D69

Text Example


Text Example

White with #393D69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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