#384070

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

Shades of Port Gore #384070

Tints of Port Gore #384070

Color information

#384070 (or 0x384070) is unknown color: approx Port Gore. HEX triplet: 38, 40 and 70. RGB value is (56,64,112). Sum of RGB (Red+Green+Blue) = 56+64+112=232 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.14% from 232); Green value is 64 (25.39% from 255 or 27.59% from 232); Blue value is 112 (44.14% from 255 or 48.28% from 232); Max value from RGB is 112 - color contains mainly: blue. Hex color #384070 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384070 is #C7BF8F. Grayscale: #424242. Windows color (decimal): -13090704 or 7356472. OLE color: 7356472.

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

Color convert

RGB5664112-
CMYK0.500.4300.56
HSL231.43º33.33%32.94%-
HSV(B)231.43º50%43.92%-
XYZ6.395.6816.09-
YUV67.08153.35120.1-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.14%
GREEN value IS 64 (25.39% from 255) = 27.59%
BLUE value IS 112 (44.14% from 255) = 48.28%
R=24.14%
G=27.59%
B=48.28%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal56641120.500.4300.56231.4333.3332.94
Hex384070322B038e72121
Octal7010016062530703474141
Binary11100010000001110000110010101011011100011100111100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384070; }

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

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

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

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

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

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

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

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