Html Css Color HEX #39466D Port Gore

📋 copy color: '#39466D'

red 57 ◦ green 70 ◦ blue 109

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

Shades of Port Gore #39466D

Tints of Port Gore #39466D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 29.66%

 BLUE value IS 109 (42.97% from 255) = 46.19%

R = 24.15%
G = 29.66%
B = 46.19%

CMYK

 C value IS 0.48

 M value IS 0.36

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#39466D (or 0x39466D) is known color: Port Gore. HEX triplet: 39, 46 and 6D. RGB value is (57,70,109). Sum of RGB (Red+Green+Blue) = 57+70+109=236 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.15% from 236); Green value is 70 (27.73% from 255 or 29.66% from 236); Blue value is 109 (42.97% from 255 or 46.19% from 236); Max value from RGB is 109 - color contains mainly: blue. Hex color #39466D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39466D is #C6B992. Grayscale: #464646. Windows color (decimal): -13023635 or 7161401. OLE color: 7161401.

HSL color Cylindrical-coordinate representation of color #39466D: hue angle of 225º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #39466D is Cyan = 0.48, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 57 70 109 -
CMYK 0.48 0.36 0 0.57
HSL 225º 0.31% 0.33% -
HSV(B) 225º 0.48% 0.43% -
XYZ 6.64 6.35 15.34 -
YUV 70.56 149.69 118.33 -
System Red Green Blue C M Y K H S L
Decimal 57 70 109 0.48 0.36 0 0.57 225 0.31 0.33
Hex 39 46 6D 30 24 0 39 E1 1F 21
Octal 71 106 155 60 44 0 71 341 37 41
Binary 111001 1000110 1101101 110000 100100 0 111001 11100001 11111 100001

Color Harmonies of #39466D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39466D

Black with #39466D

Text Example


Text Example

White with #39466D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39466D; }

 p { color: rgb(57,70,109); }

 H1.HeaderClassName
 {
   color: #39466D;
 }
 .AnyTagClassName
 {
   color: #39466D;
 }
</style>

background-color css

<style>
 a { background-color: #39466D; }

 a { background-color: rgb(57,70,109); }

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

border-color css

<style>
 span { border-color: #39466D; }

 span { border-color: rgb(57,70,109); }

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