Html Css Color HEX #393F78 Torea Bay

📋 copy color: '#393F78'

red 57 ◦ green 63 ◦ blue 120

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

Shades of Torea Bay #393F78

Tints of Torea Bay #393F78

RGB

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

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

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

R = 23.75%
G = 26.25%
B = 50%

CMYK

 C value IS 0.52

 M value IS 0.48

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#393F78 (or 0x393F78) is known color: Torea Bay. HEX triplet: 39, 3F and 78. RGB value is (57,63,120). Sum of RGB (Red+Green+Blue) = 57+63+120=240 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.75% from 240); Green value is 63 (25% from 255 or 26.25% from 240); Blue value is 120 (47.27% from 255 or 50% from 240); Max value from RGB is 120 - color contains mainly: blue. Hex color #393F78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393F78 is #C6C087. Grayscale: #434343. Windows color (decimal): -13025416 or 7880505. OLE color: 7880505.

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

Color convert

RGB 57 63 120 -
CMYK 0.52 0.48 0 0.53
HSL 234.29º 0.36% 0.35% -
HSV(B) 234.29º 0.53% 0.47% -
XYZ 6.86 5.78 18.52 -
YUV 67.7 157.51 120.37 -
System Red Green Blue C M Y K H S L
Decimal 57 63 120 0.52 0.48 0 0.53 234.29 0.36 0.35
Hex 39 3F 78 34 30 0 35 EA 24 23
Octal 71 77 170 64 60 0 65 352 44 43
Binary 111001 111111 1111000 110100 110000 0 110101 11101010 100100 100011

Color Harmonies of #393F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393F78

Black with #393F78

Text Example


Text Example

White with #393F78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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