#384671

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

Shades of Port Gore #384671

Tints of Port Gore #384671

Color information

#384671 (or 0x384671) is unknown color: approx Port Gore. HEX triplet: 38, 46 and 71. RGB value is (56,70,113). Sum of RGB (Red+Green+Blue) = 56+70+113=239 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.43% from 239); Green value is 70 (27.73% from 255 or 29.29% from 239); Blue value is 113 (44.53% from 255 or 47.28% from 239); Max value from RGB is 113 - color contains mainly: blue. Hex color #384671 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384671 is #C7B98E. Grayscale: #464646. Windows color (decimal): -13089167 or 7423544. OLE color: 7423544.

HSL color Cylindrical-coordinate representation of color #384671: hue angle of 225.26º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #384671 is Cyan = 0.50, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5670113-
CMYK0.500.3800.56
HSL225.26º33.73%33.14%-
HSV(B)225.26º50.44%44.31%-
XYZ6.86.4116.5-
YUV70.72151.86117.5-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.43%
GREEN value IS 70 (27.73% from 255) = 29.29%
BLUE value IS 113 (44.53% from 255) = 47.28%
R=23.43%
G=29.29%
B=47.28%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal56701130.500.3800.56225.2633.7333.14
Hex3846713226038e12221
Octal7010616162460703414241
Binary11100010001101110001110010100110011100011100001100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384671; }

 p { color: rgb(56,70,113); }

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

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

 a { background-color: rgb(56,70,113); }

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

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

 span { border-color: rgb(56,70,113); }

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