Html Css Color HEX #393B73 Torea Bay

📋 copy color: '#393B73'

red 57 ◦ green 59 ◦ blue 115

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

Shades of Torea Bay #393B73

Tints of Torea Bay #393B73

RGB

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

 GREEN value IS 59 (23.44% from 255) = 25.54%

 BLUE value IS 115 (45.31% from 255) = 49.78%

R = 24.68%
G = 25.54%
B = 49.78%

CMYK

 C value IS 0.50

 M value IS 0.49

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#393B73 (or 0x393B73) is known color: Torea Bay. HEX triplet: 39, 3B and 73. RGB value is (57,59,115). Sum of RGB (Red+Green+Blue) = 57+59+115=231 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.68% from 231); Green value is 59 (23.44% from 255 or 25.54% from 231); Blue value is 115 (45.31% from 255 or 49.78% from 231); Max value from RGB is 115 - color contains mainly: blue. Hex color #393B73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393B73 is #C6C48C. Grayscale: #404040. Windows color (decimal): -13026445 or 7551801. OLE color: 7551801.

HSL color Cylindrical-coordinate representation of color #393B73: hue angle of 237.93º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #393B73 is Cyan = 0.50, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 57 59 115 -
CMYK 0.50 0.49 0 0.55
HSL 237.93º 0.34% 0.34% -
HSV(B) 237.93º 0.5% 0.45% -
XYZ 6.35 5.24 16.9 -
YUV 64.79 156.34 122.45 -
System Red Green Blue C M Y K H S L
Decimal 57 59 115 0.50 0.49 0 0.55 237.93 0.34 0.34
Hex 39 3B 73 32 31 0 37 EE 22 22
Octal 71 73 163 62 61 0 67 356 42 42
Binary 111001 111011 1110011 110010 110001 0 110111 11101110 100010 100010

Color Harmonies of #393B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393B73

Black with #393B73

Text Example


Text Example

White with #393B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,59,115); }

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

background-color css

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

 a { background-color: rgb(57,59,115); }

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

border-color css

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

 span { border-color: rgb(57,59,115); }

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