#39446C

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

Shades of Port Gore #39446C

Tints of Port Gore #39446C

Color information

#39446C (or 0x39446C) is unknown color: approx Port Gore. HEX triplet: 39, 44 and 6C. RGB value is (57,68,108). Sum of RGB (Red+Green+Blue) = 57+68+108=233 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.46% from 233); Green value is 68 (26.95% from 255 or 29.18% from 233); Blue value is 108 (42.58% from 255 or 46.35% from 233); Max value from RGB is 108 - color contains mainly: blue. Hex color #39446C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39446C is #C6BB93. Grayscale: #454545. Windows color (decimal): -13024148 or 7095353. OLE color: 7095353.

HSL color Cylindrical-coordinate representation of color #39446C: hue angle of 227.06º degrees, saturation: 0.31, 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 #39446C is Cyan = 0.47, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5768108-
CMYK0.470.3700.58
HSL227.06º30.91%32.35%-
HSV(B)227.06º47.22%42.35%-
XYZ6.466.0915.02-
YUV69.27149.86119.25-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.46%
GREEN value IS 68 (26.95% from 255) = 29.18%
BLUE value IS 108 (42.58% from 255) = 46.35%
R=24.46%
G=29.18%
B=46.35%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal57681080.470.3700.58227.0630.9132.35
Hex39446C2F2503Ae31f20
Octal7110415457450723433740
Binary1110011000100110110010111110010101110101110001111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39446C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39446C; }

 p { color: rgb(57,68,108); }

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

<style>
 a { background-color: #39446C; }

 a { background-color: rgb(57,68,108); }

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

<style>
 span { border-color: #39446C; }

 span { border-color: rgb(57,68,108); }

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