Html Css Color HEX #393C76 Torea Bay

📋 copy color: '#393C76'

red 57 ◦ green 60 ◦ blue 118

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

Shades of Torea Bay #393C76

Tints of Torea Bay #393C76

RGB

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

 GREEN value IS 60 (23.83% from 255) = 25.53%

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

R = 24.26%
G = 25.53%
B = 50.21%

CMYK

 C value IS 0.52

 M value IS 0.49

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#393C76 (or 0x393C76) is known color: Torea Bay. HEX triplet: 39, 3C and 76. RGB value is (57,60,118). Sum of RGB (Red+Green+Blue) = 57+60+118=235 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.26% from 235); Green value is 60 (23.83% from 255 or 25.53% from 235); Blue value is 118 (46.48% from 255 or 50.21% from 235); Max value from RGB is 118 - color contains mainly: blue. Hex color #393C76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393C76 is #C6C389. Grayscale: #414141. Windows color (decimal): -13026186 or 7748665. OLE color: 7748665.

HSL color Cylindrical-coordinate representation of color #393C76: hue angle of 237.05º 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 #393C76 is Cyan = 0.52, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 57 60 118 -
CMYK 0.52 0.49 0 0.54
HSL 237.05º 0.35% 0.34% -
HSV(B) 237.05º 0.52% 0.46% -
XYZ 6.57 5.41 17.84 -
YUV 65.72 157.51 121.78 -
System Red Green Blue C M Y K H S L
Decimal 57 60 118 0.52 0.49 0 0.54 237.05 0.35 0.34
Hex 39 3C 76 34 31 0 36 ED 23 22
Octal 71 74 166 64 61 0 66 355 43 42
Binary 111001 111100 1110110 110100 110001 0 110110 11101101 100011 100010

Color Harmonies of #393C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393C76

Black with #393C76

Text Example


Text Example

White with #393C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393C76; }

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

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

background-color css

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

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

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

border-color css

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

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

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