#384472

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

Shades of Port Gore #384472

Tints of Port Gore #384472

Color information

#384472 (or 0x384472) is unknown color: approx Port Gore. HEX triplet: 38, 44 and 72. RGB value is (56,68,114). Sum of RGB (Red+Green+Blue) = 56+68+114=238 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.53% from 238); Green value is 68 (26.95% from 255 or 28.57% from 238); Blue value is 114 (44.92% from 255 or 47.90% from 238); Max value from RGB is 114 - color contains mainly: blue. Hex color #384472 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384472 is #C7BB8D. Grayscale: #454545. Windows color (decimal): -13089678 or 7488568. OLE color: 7488568.

HSL color Cylindrical-coordinate representation of color #384472: hue angle of 227.59º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #384472 is Cyan = 0.51, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5668114-
CMYK0.510.4000.55
HSL227.59º34.12%33.33%-
HSV(B)227.59º50.88%44.71%-
XYZ6.746.1916.76-
YUV69.66153.02118.26-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.53%
GREEN value IS 68 (26.95% from 255) = 28.57%
BLUE value IS 114 (44.92% from 255) = 47.90%
R=23.53%
G=28.57%
B=47.90%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal56681140.510.4000.55227.5934.1233.33
Hex3844723328037e42221
Octal7010416263500673444241
Binary11100010001001110010110011101000011011111100100100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384472; }

 p { color: rgb(56,68,114); }

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

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

 a { background-color: rgb(56,68,114); }

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

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

 span { border-color: rgb(56,68,114); }

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