Html Css Color HEX #39496A Port Gore

📋 copy color: '#39496A'

red 57 ◦ green 73 ◦ blue 106

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

Shades of Port Gore #39496A

Tints of Port Gore #39496A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 30.93%

 BLUE value IS 106 (41.8% from 255) = 44.92%

R = 24.15%
G = 30.93%
B = 44.92%

CMYK

 C value IS 0.46

 M value IS 0.31

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#39496A (or 0x39496A) is known color: Port Gore. HEX triplet: 39, 49 and 6A. RGB value is (57,73,106). Sum of RGB (Red+Green+Blue) = 57+73+106=236 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.15% from 236); Green value is 73 (28.91% from 255 or 30.93% from 236); Blue value is 106 (41.80% from 255 or 44.92% from 236); Max value from RGB is 106 - color contains mainly: blue. Hex color #39496A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39496A is #C6B695. Grayscale: #474747. Windows color (decimal): -13022870 or 6965561. OLE color: 6965561.

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

Color convert

RGB 57 73 106 -
CMYK 0.46 0.31 0 0.58
HSL 220.41º 0.3% 0.32% -
HSV(B) 220.41º 0.46% 0.42% -
XYZ 6.67 6.68 14.57 -
YUV 71.98 147.2 117.32 -
System Red Green Blue C M Y K H S L
Decimal 57 73 106 0.46 0.31 0 0.58 220.41 0.3 0.32
Hex 39 49 6A 2E 1F 0 3A DC 1E 20
Octal 71 111 152 56 37 0 72 334 36 40
Binary 111001 1001001 1101010 101110 11111 0 111010 11011100 11110 100000

Color Harmonies of #39496A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39496A

Black with #39496A

Text Example


Text Example

White with #39496A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39496A; }

 p { color: rgb(57,73,106); }

 H1.HeaderClassName
 {
   color: #39496A;
 }
 .AnyTagClassName
 {
   color: #39496A;
 }
</style>

background-color css

<style>
 a { background-color: #39496A; }

 a { background-color: rgb(57,73,106); }

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

border-color css

<style>
 span { border-color: #39496A; }

 span { border-color: rgb(57,73,106); }

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