#39466D

Color #39466D Port Gore (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Port Gore #39466D

Tints of Port Gore #39466D

Color information

#39466D (or 0x39466D) is unknown color: approx 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

RGB5770109-
CMYK0.480.3600.57
HSL225º31.33%32.55%-
HSV(B)225º47.71%42.75%-
XYZ6.646.3515.34-
YUV70.56149.69118.33-

RGB Variations

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

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 (Cyan) values IS 0.48
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal57701090.480.3600.5722531.3332.55
Hex39466D3024039e11f21
Octal7110615560440713413741
Binary1110011000110110110111000010010001110011110000111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39466D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>