#384071

Color #384071 Torea Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Torea Bay #384071

Tints of Torea Bay #384071

Color information

#384071 (or 0x384071) is unknown color: approx Torea Bay. HEX triplet: 38, 40 and 71. RGB value is (56,64,113). Sum of RGB (Red+Green+Blue) = 56+64+113=233 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.03% from 233); Green value is 64 (25.39% from 255 or 27.47% from 233); Blue value is 113 (44.53% from 255 or 48.50% from 233); Max value from RGB is 113 - color contains mainly: blue. Hex color #384071 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384071 is #C7BF8E. Grayscale: #424242. Windows color (decimal): -13090703 or 7422008. OLE color: 7422008.

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

Color convert

RGB5664113-
CMYK0.500.4300.56
HSL231.58º33.73%33.14%-
HSV(B)231.58º50.44%44.31%-
XYZ6.445.716.38-
YUV67.19153.85120.02-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.03%
GREEN value IS 64 (25.39% from 255) = 27.47%
BLUE value IS 113 (44.53% from 255) = 48.50%
R=24.03%
G=27.47%
B=48.50%

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
Decimal56641130.500.4300.56231.5833.7333.14
Hex384071322B038e82221
Octal7010016162530703504241
Binary11100010000001110001110010101011011100011101000100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384071; }

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

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

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

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

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

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

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

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