#384170

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

Shades of Port Gore #384170

Tints of Port Gore #384170

Color information

#384170 (or 0x384170) is unknown color: approx Port Gore. HEX triplet: 38, 41 and 70. RGB value is (56,65,112). Sum of RGB (Red+Green+Blue) = 56+65+112=233 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.03% from 233); Green value is 65 (25.78% from 255 or 27.90% from 233); Blue value is 112 (44.14% from 255 or 48.07% from 233); Max value from RGB is 112 - color contains mainly: blue. Hex color #384170 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384170 is #C7BE8F. Grayscale: #434343. Windows color (decimal): -13090448 or 7356728. OLE color: 7356728.

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

Color convert

RGB5665112-
CMYK0.500.4200.56
HSL230.36º33.33%32.94%-
HSV(B)230.36º50%43.92%-
XYZ6.455.7916.11-
YUV67.67153.02119.68-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.03%
GREEN value IS 65 (25.78% from 255) = 27.90%
BLUE value IS 112 (44.14% from 255) = 48.07%
R=24.03%
G=27.90%
B=48.07%

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
Decimal56651120.500.4200.56230.3633.3332.94
Hex384170322A038e62121
Octal7010116062520703464141
Binary11100010000011110000110010101010011100011100110100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384170; }

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

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

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

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

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

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

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

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