#394567

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

Shades of Port Gore #394567

Tints of Port Gore #394567

Color information

#394567 (or 0x394567) is unknown color: approx Port Gore. HEX triplet: 39, 45 and 67. RGB value is (57,69,103). Sum of RGB (Red+Green+Blue) = 57+69+103=229 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.89% from 229); Green value is 69 (27.34% from 255 or 30.13% from 229); Blue value is 103 (40.62% from 255 or 44.98% from 229); Max value from RGB is 103 - color contains mainly: blue. Hex color #394567 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394567 is #C6BA98. Grayscale: #454545. Windows color (decimal): -13023897 or 6767929. OLE color: 6767929.

HSL color Cylindrical-coordinate representation of color #394567: hue angle of 224.35º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #394567 is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5769103-
CMYK0.450.3300.60
HSL224.35º28.75%31.37%-
HSV(B)224.35º44.66%40.39%-
XYZ6.266.1113.68-
YUV69.29147.02119.24-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.89%
GREEN value IS 69 (27.34% from 255) = 30.13%
BLUE value IS 103 (40.62% from 255) = 44.98%
R=24.89%
G=30.13%
B=44.98%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal57691030.450.3300.60224.3528.7531.37
Hex3945672D2103Ce01d1f
Octal7110514755410743403537
Binary111001100010111001111011011000010111100111000001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394567; }

 p { color: rgb(57,69,103); }

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

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

 a { background-color: rgb(57,69,103); }

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

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

 span { border-color: rgb(57,69,103); }

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