Html Css Color HEX #394377 Torea Bay

📋 copy color: '#394377'

red 57 ◦ green 67 ◦ blue 119

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

Shades of Torea Bay #394377

Tints of Torea Bay #394377

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 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

#394377 (or 0x394377) is known color: 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

RGB 57 67 119 -
CMYK 0.52 0.44 0 0.53
HSL 230.32º 0.35% 0.35% -
HSV(B) 230.32º 0.52% 0.47% -
XYZ 7.02 6.22 18.28 -
YUV 69.94 155.69 118.77 -
System Red Green Blue C M Y K H S L
Decimal 57 67 119 0.52 0.44 0 0.53 230.32 0.35 0.35
Hex 39 43 77 34 2C 0 35 E6 23 23
Octal 71 103 167 64 54 0 65 346 43 43
Binary 111001 1000011 1110111 110100 101100 0 110101 11100110 100011 100011

Color Harmonies of #394377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394377

Black with #394377

Text Example


Text Example

White with #394377

Text Example


Text Example

HTML Codes & Css Web 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>