Html Css Color HEX #39476B Port Gore

📋 copy color: '#39476B'

red 57 ◦ green 71 ◦ blue 107

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

Shades of Port Gore #39476B

Tints of Port Gore #39476B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 30.21%

 BLUE value IS 107 (42.19% from 255) = 45.53%

R = 24.26%
G = 30.21%
B = 45.53%

CMYK

 C value IS 0.47

 M value IS 0.34

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#39476B (or 0x39476B) is known color: Port Gore. HEX triplet: 39, 47 and 6B. RGB value is (57,71,107). Sum of RGB (Red+Green+Blue) = 57+71+107=235 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.26% from 235); Green value is 71 (28.12% from 255 or 30.21% from 235); Blue value is 107 (42.19% from 255 or 45.53% from 235); Max value from RGB is 107 - color contains mainly: blue. Hex color #39476B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39476B is #C6B894. Grayscale: #464646. Windows color (decimal): -13023381 or 7030585. OLE color: 7030585.

HSL color Cylindrical-coordinate representation of color #39476B: hue angle of 223.2º degrees, saturation: 0.3, 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 #39476B is Cyan = 0.47, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 57 71 107 -
CMYK 0.47 0.34 0 0.58
HSL 223.2º 0.3% 0.32% -
HSV(B) 223.2º 0.47% 0.42% -
XYZ 6.59 6.44 14.8 -
YUV 70.92 148.36 118.07 -
System Red Green Blue C M Y K H S L
Decimal 57 71 107 0.47 0.34 0 0.58 223.2 0.3 0.32
Hex 39 47 6B 2F 22 0 3A DF 1E 20
Octal 71 107 153 57 42 0 72 337 36 40
Binary 111001 1000111 1101011 101111 100010 0 111010 11011111 11110 100000

Color Harmonies of #39476B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39476B

Black with #39476B

Text Example


Text Example

White with #39476B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39476B; }

 p { color: rgb(57,71,107); }

 H1.HeaderClassName
 {
   color: #39476B;
 }
 .AnyTagClassName
 {
   color: #39476B;
 }
</style>

background-color css

<style>
 a { background-color: #39476B; }

 a { background-color: rgb(57,71,107); }

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

border-color css

<style>
 span { border-color: #39476B; }

 span { border-color: rgb(57,71,107); }

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