#394375

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

Shades of Torea Bay #394375

Tints of Torea Bay #394375

Color information

#394375 (or 0x394375) is unknown color: approx Torea Bay. HEX triplet: 39, 43 and 75. RGB value is (57,67,117). Sum of RGB (Red+Green+Blue) = 57+67+117=241 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.65% from 241); Green value is 67 (26.56% from 255 or 27.80% from 241); Blue value is 117 (46.09% from 255 or 48.55% from 241); Max value from RGB is 117 - color contains mainly: blue. Hex color #394375 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394375 is #C6BC8A. Grayscale: #454545. Windows color (decimal): -13024395 or 7684921. OLE color: 7684921.

HSL color Cylindrical-coordinate representation of color #394375: hue angle of 230º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #394375 is Cyan = 0.51, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5767117-
CMYK0.510.4300.54
HSL230º34.48%34.12%-
HSV(B)230º51.28%45.88%-
XYZ6.916.1717.66-
YUV69.71154.69118.93-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.65%
GREEN value IS 67 (26.56% from 255) = 27.80%
BLUE value IS 117 (46.09% from 255) = 48.55%
R=23.65%
G=27.80%
B=48.55%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal57671170.510.4300.5423034.4834.12
Hex394375332B036e62222
Octal7110316563530663464242
Binary11100110000111110101110011101011011011011100110100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394375; }

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

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

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

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

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

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

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

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