#384079

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

Shades of Torea Bay #384079

Tints of Torea Bay #384079

Color information

#384079 (or 0x384079) is unknown color: approx Torea Bay. HEX triplet: 38, 40 and 79. RGB value is (56,64,121). Sum of RGB (Red+Green+Blue) = 56+64+121=241 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.24% from 241); Green value is 64 (25.39% from 255 or 26.56% from 241); Blue value is 121 (47.66% from 255 or 50.21% from 241); Max value from RGB is 121 - color contains mainly: blue. Hex color #384079 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384079 is #C7BF86. Grayscale: #434343. Windows color (decimal): -13090695 or 7946296. OLE color: 7946296.

HSL color Cylindrical-coordinate representation of color #384079: hue angle of 232.62º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #384079 is Cyan = 0.54, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5664121-
CMYK0.540.4700.53
HSL232.62º36.72%34.71%-
HSV(B)232.62º53.72%47.45%-
XYZ6.925.8918.86-
YUV68.11157.85119.37-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.24%
GREEN value IS 64 (25.39% from 255) = 26.56%
BLUE value IS 121 (47.66% from 255) = 50.21%
R=23.24%
G=26.56%
B=50.21%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56641210.540.4700.53232.6236.7234.71
Hex384079362F035e92523
Octal7010017166570653514543
Binary11100010000001111001110110101111011010111101001100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384079; }

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

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

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

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

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

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

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

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