Html Css Color HEX #394376 Torea Bay

📋 copy color: '#394376'

red 57 ◦ green 67 ◦ blue 118

#394376
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Torea Bay #394376

Tints of Torea Bay #394376

RGB

 RED value IS 57 (22.66% from 255) = 23.55%

 GREEN value IS 67 (26.56% from 255) = 27.69%

 BLUE value IS 118 (46.48% from 255) = 48.76%

R = 23.55%
G = 27.69%
B = 48.76%

CMYK

 C value IS 0.52

 M value IS 0.43

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#394376 (or 0x394376) is known color: Torea Bay. HEX triplet: 39, 43 and 76. RGB value is (57,67,118). Sum of RGB (Red+Green+Blue) = 57+67+118=242 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.55% from 242); Green value is 67 (26.56% from 255 or 27.69% from 242); Blue value is 118 (46.48% from 255 or 48.76% from 242); Max value from RGB is 118 - color contains mainly: blue. Hex color #394376 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394376 is #C6BC89. Grayscale: #454545. Windows color (decimal): -13024394 or 7750457. OLE color: 7750457.

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

Color convert

RGB 57 67 118 -
CMYK 0.52 0.43 0 0.54
HSL 230.16º 0.35% 0.34% -
HSV(B) 230.16º 0.52% 0.46% -
XYZ 6.96 6.19 17.97 -
YUV 69.82 155.19 118.85 -
System Red Green Blue C M Y K H S L
Decimal 57 67 118 0.52 0.43 0 0.54 230.16 0.35 0.34
Hex 39 43 76 34 2B 0 36 E6 23 22
Octal 71 103 166 64 53 0 66 346 43 42
Binary 111001 1000011 1110110 110100 101011 0 110110 11100110 100011 100010

Color Harmonies of #394376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394376

Black with #394376

Text Example


Text Example

White with #394376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394376; }

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

 H1.HeaderClassName
 {
   color: #394376;
 }
 .AnyTagClassName
 {
   color: #394376;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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