Html Css Color HEX #393F67 Port Gore

📋 copy color: '#393F67'

red 57 ◦ green 63 ◦ blue 103

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

Shades of Port Gore #393F67

Tints of Port Gore #393F67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 46.19%

R = 25.56%
G = 28.25%
B = 46.19%

CMYK

 C value IS 0.45

 M value IS 0.39

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#393F67 (or 0x393F67) is known color: Port Gore. HEX triplet: 39, 3F and 67. RGB value is (57,63,103). Sum of RGB (Red+Green+Blue) = 57+63+103=223 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.56% from 223); Green value is 63 (25% from 255 or 28.25% from 223); Blue value is 103 (40.62% from 255 or 46.19% from 223); Max value from RGB is 103 - color contains mainly: blue. Hex color #393F67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393F67 is #C6C098. Grayscale: #414141. Windows color (decimal): -13025433 or 6766393. OLE color: 6766393.

HSL color Cylindrical-coordinate representation of color #393F67: hue angle of 232.17º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #393F67 is Cyan = 0.45, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 57 63 103 -
CMYK 0.45 0.39 0 0.60
HSL 232.17º 0.29% 0.31% -
HSV(B) 232.17º 0.45% 0.4% -
XYZ 5.91 5.4 13.56 -
YUV 65.77 149.01 121.75 -
System Red Green Blue C M Y K H S L
Decimal 57 63 103 0.45 0.39 0 0.60 232.17 0.29 0.31
Hex 39 3F 67 2D 27 0 3C E8 1D 1F
Octal 71 77 147 55 47 0 74 350 35 37
Binary 111001 111111 1100111 101101 100111 0 111100 11101000 11101 11111

Color Harmonies of #393F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393F67

Black with #393F67

Text Example


Text Example

White with #393F67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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