#39426B

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

Shades of Port Gore #39426B

Tints of Port Gore #39426B

Color information

#39426B (or 0x39426B) is unknown color: approx Port Gore. HEX triplet: 39, 42 and 6B. RGB value is (57,66,107). Sum of RGB (Red+Green+Blue) = 57+66+107=230 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.78% from 230); Green value is 66 (26.17% from 255 or 28.70% from 230); Blue value is 107 (42.19% from 255 or 46.52% from 230); Max value from RGB is 107 - color contains mainly: blue. Hex color #39426B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39426B is #C6BD94. Grayscale: #434343. Windows color (decimal): -13024661 or 7029305. OLE color: 7029305.

HSL color Cylindrical-coordinate representation of color #39426B: hue angle of 229.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 #39426B is Cyan = 0.47, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5766107-
CMYK0.470.3800.58
HSL229.2º30.49%32.16%-
HSV(B)229.2º46.73%41.96%-
XYZ6.295.8314.7-
YUV67.98150.02120.17-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.78%
GREEN value IS 66 (26.17% from 255) = 28.70%
BLUE value IS 107 (42.19% from 255) = 46.52%
R=24.78%
G=28.70%
B=46.52%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal57661070.470.3800.58229.230.4932.16
Hex39426B2F2603Ae51e20
Octal7110215357460723453640
Binary1110011000010110101110111110011001110101110010111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39426B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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