#384179

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

Shades of Torea Bay #384179

Tints of Torea Bay #384179

Color information

#384179 (or 0x384179) is unknown color: approx Torea Bay. HEX triplet: 38, 41 and 79. RGB value is (56,65,121). Sum of RGB (Red+Green+Blue) = 56+65+121=242 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.14% from 242); Green value is 65 (25.78% from 255 or 26.86% from 242); Blue value is 121 (47.66% from 255 or 50% from 242); Max value from RGB is 121 - color contains mainly: blue. Hex color #384179 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384179 is #C7BE86. Grayscale: #444444. Windows color (decimal): -13090439 or 7946552. OLE color: 7946552.

HSL color Cylindrical-coordinate representation of color #384179: hue angle of 231.69º 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 #384179 is Cyan = 0.54, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5665121-
CMYK0.540.4600.53
HSL231.69º36.72%34.71%-
HSV(B)231.69º53.72%47.45%-
XYZ6.97618.88-
YUV68.69157.52118.95-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.14%
GREEN value IS 65 (25.78% from 255) = 26.86%
BLUE value IS 121 (47.66% from 255) = 50%
R=23.14%
G=26.86%
B=50%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56651210.540.4600.53231.6936.7234.71
Hex384179362E035e82523
Octal7010117166560653504543
Binary11100010000011111001110110101110011010111101000100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384179; }

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

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

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

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

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

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

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

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