#384171

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

Shades of Port Gore #384171

Tints of Port Gore #384171

Color information

#384171 (or 0x384171) is unknown color: approx Port Gore. HEX triplet: 38, 41 and 71. RGB value is (56,65,113). Sum of RGB (Red+Green+Blue) = 56+65+113=234 (30% of max value = 765). Red value is 56 (22.27% from 255 or 23.93% from 234); Green value is 65 (25.78% from 255 or 27.78% from 234); Blue value is 113 (44.53% from 255 or 48.29% from 234); Max value from RGB is 113 - color contains mainly: blue. Hex color #384171 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384171 is #C7BE8E. Grayscale: #434343. Windows color (decimal): -13090447 or 7422264. OLE color: 7422264.

HSL color Cylindrical-coordinate representation of color #384171: hue angle of 230.53º 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 #384171 is Cyan = 0.50, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5665113-
CMYK0.500.4200.56
HSL230.53º33.73%33.14%-
HSV(B)230.53º50.44%44.31%-
XYZ6.55.8116.4-
YUV67.78153.52119.6-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.93%
GREEN value IS 65 (25.78% from 255) = 27.78%
BLUE value IS 113 (44.53% from 255) = 48.29%
R=23.93%
G=27.78%
B=48.29%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal56651130.500.4200.56230.5333.7333.14
Hex384171322A038e72221
Octal7010116162520703474241
Binary11100010000011110001110010101010011100011100111100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384171; }

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

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

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

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

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

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

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

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