#394377

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

Shades of Torea Bay #394377

Tints of Torea Bay #394377

Color information

#394377 (or 0x394377) is unknown color: approx Torea Bay. HEX triplet: 39, 43 and 77. RGB value is (57,67,119). Sum of RGB (Red+Green+Blue) = 57+67+119=243 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.46% from 243); Green value is 67 (26.56% from 255 or 27.57% from 243); Blue value is 119 (46.88% from 255 or 48.97% from 243); Max value from RGB is 119 - color contains mainly: blue. Hex color #394377 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394377 is #C6BC88. Grayscale: #454545. Windows color (decimal): -13024393 or 7815993. OLE color: 7815993.

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

Color convert

RGB5767119-
CMYK0.520.4400.53
HSL230.32º35.23%34.51%-
HSV(B)230.32º52.1%46.67%-
XYZ7.026.2218.28-
YUV69.94155.69118.77-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.46%
GREEN value IS 67 (26.56% from 255) = 27.57%
BLUE value IS 119 (46.88% from 255) = 48.97%
R=23.46%
G=27.57%
B=48.97%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal57671190.520.4400.53230.3235.2334.51
Hex394377342C035e62323
Octal7110316764540653464343
Binary11100110000111110111110100101100011010111100110100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394377; }

 p { color: rgb(57,67,119); }

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

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

 a { background-color: rgb(57,67,119); }

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

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

 span { border-color: rgb(57,67,119); }

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