Html Css Color HEX #393F6C Port Gore

📋 copy color: '#393F6C'

red 57 ◦ green 63 ◦ blue 108

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

Shades of Port Gore #393F6C

Tints of Port Gore #393F6C

RGB

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

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

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

R = 25%
G = 27.63%
B = 47.37%

CMYK

 C value IS 0.47

 M value IS 0.42

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#393F6C (or 0x393F6C) is known color: Port Gore. HEX triplet: 39, 3F and 6C. RGB value is (57,63,108). Sum of RGB (Red+Green+Blue) = 57+63+108=228 (30% of max value = 765). Red value is 57 (22.66% from 255 or 25% from 228); Green value is 63 (25% from 255 or 27.63% from 228); Blue value is 108 (42.58% from 255 or 47.37% from 228); Max value from RGB is 108 - color contains mainly: blue. Hex color #393F6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393F6C is #C6C093. Grayscale: #424242. Windows color (decimal): -13025428 or 7094073. OLE color: 7094073.

HSL color Cylindrical-coordinate representation of color #393F6C: hue angle of 232.94º 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 #393F6C is Cyan = 0.47, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 57 63 108 -
CMYK 0.47 0.42 0 0.58
HSL 232.94º 0.31% 0.32% -
HSV(B) 232.94º 0.47% 0.42% -
XYZ 6.17 5.51 14.93 -
YUV 66.34 151.51 121.34 -
System Red Green Blue C M Y K H S L
Decimal 57 63 108 0.47 0.42 0 0.58 232.94 0.31 0.32
Hex 39 3F 6C 2F 2A 0 3A E9 1F 20
Octal 71 77 154 57 52 0 72 351 37 40
Binary 111001 111111 1101100 101111 101010 0 111010 11101001 11111 100000

Color Harmonies of #393F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393F6C

Black with #393F6C

Text Example


Text Example

White with #393F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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