Html Css Color HEX #393F76 Torea Bay

📋 copy color: '#393F76'

red 57 ◦ green 63 ◦ blue 118

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

Shades of Torea Bay #393F76

Tints of Torea Bay #393F76

RGB

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

 GREEN value IS 63 (25% from 255) = 26.47%

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

R = 23.95%
G = 26.47%
B = 49.58%

CMYK

 C value IS 0.52

 M value IS 0.47

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#393F76 (or 0x393F76) is known color: Torea Bay. HEX triplet: 39, 3F and 76. RGB value is (57,63,118). Sum of RGB (Red+Green+Blue) = 57+63+118=238 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.95% from 238); Green value is 63 (25% from 255 or 26.47% from 238); Blue value is 118 (46.48% from 255 or 49.58% from 238); Max value from RGB is 118 - color contains mainly: blue. Hex color #393F76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393F76 is #C6C089. Grayscale: #434343. Windows color (decimal): -13025418 or 7749433. OLE color: 7749433.

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

Color convert

RGB 57 63 118 -
CMYK 0.52 0.47 0 0.54
HSL 234.1º 0.35% 0.34% -
HSV(B) 234.1º 0.52% 0.46% -
XYZ 6.73 5.73 17.89 -
YUV 67.48 156.51 120.53 -
System Red Green Blue C M Y K H S L
Decimal 57 63 118 0.52 0.47 0 0.54 234.1 0.35 0.34
Hex 39 3F 76 34 2F 0 36 EA 23 22
Octal 71 77 166 64 57 0 66 352 43 42
Binary 111001 111111 1110110 110100 101111 0 110110 11101010 100011 100010

Color Harmonies of #393F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393F76

Black with #393F76

Text Example


Text Example

White with #393F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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