#39416A

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

Shades of Port Gore #39416A

Tints of Port Gore #39416A

Color information

#39416A (or 0x39416A) is unknown color: approx Port Gore. HEX triplet: 39, 41 and 6A. RGB value is (57,65,106). Sum of RGB (Red+Green+Blue) = 57+65+106=228 (30% of max value = 765). Red value is 57 (22.66% from 255 or 25% from 228); Green value is 65 (25.78% from 255 or 28.51% from 228); Blue value is 106 (41.80% from 255 or 46.49% from 228); Max value from RGB is 106 - color contains mainly: blue. Hex color #39416A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39416A is #C6BE95. Grayscale: #434343. Windows color (decimal): -13024918 or 6963513. OLE color: 6963513.

HSL color Cylindrical-coordinate representation of color #39416A: hue angle of 230.2º 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 #39416A is Cyan = 0.46, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5765106-
CMYK0.460.3900.58
HSL230.2º30.06%31.96%-
HSV(B)230.2º46.23%41.57%-
XYZ6.185.6914.41-
YUV67.28149.85120.67-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25%
GREEN value IS 65 (25.78% from 255) = 28.51%
BLUE value IS 106 (41.80% from 255) = 46.49%
R=25%
G=28.51%
B=46.49%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal57651060.460.3900.58230.230.0631.96
Hex39416A2E2703Ae61e20
Octal7110115256470723463640
Binary1110011000001110101010111010011101110101110011011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39416A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #39416A;
 }
 .AnyTagClassName
 {
   color: #39416A;
 }
</style>
background-color css

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

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

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

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

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

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