Html Css Color HEX #394378 Torea Bay

📋 copy color: '#394378'

red 57 ◦ green 67 ◦ blue 120

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

Shades of Torea Bay #394378

Tints of Torea Bay #394378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 49.18%

R = 23.36%
G = 27.46%
B = 49.18%

CMYK

 C value IS 0.52

 M value IS 0.44

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#394378 (or 0x394378) is known color: Torea Bay. HEX triplet: 39, 43 and 78. RGB value is (57,67,120). Sum of RGB (Red+Green+Blue) = 57+67+120=244 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.36% from 244); Green value is 67 (26.56% from 255 or 27.46% from 244); Blue value is 120 (47.27% from 255 or 49.18% from 244); Max value from RGB is 120 - color contains mainly: blue. Hex color #394378 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394378 is #C6BC87. Grayscale: #454545. Windows color (decimal): -13024392 or 7881529. OLE color: 7881529.

HSL color Cylindrical-coordinate representation of color #394378: hue angle of 230.48º degrees, saturation: 0.36, 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 #394378 is Cyan = 0.52, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 57 67 120 -
CMYK 0.52 0.44 0 0.53
HSL 230.48º 0.36% 0.35% -
HSV(B) 230.48º 0.53% 0.47% -
XYZ 7.08 6.24 18.6 -
YUV 70.05 156.19 118.69 -
System Red Green Blue C M Y K H S L
Decimal 57 67 120 0.52 0.44 0 0.53 230.48 0.36 0.35
Hex 39 43 78 34 2C 0 35 E6 24 23
Octal 71 103 170 64 54 0 65 346 44 43
Binary 111001 1000011 1111000 110100 101100 0 110101 11100110 100100 100011

Color Harmonies of #394378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394378

Black with #394378

Text Example


Text Example

White with #394378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394378; }

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

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

background-color css

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

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

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

border-color css

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

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

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