Html Css Color HEX #393D71 Torea Bay

📋 copy color: '#393D71'

red 57 ◦ green 61 ◦ blue 113

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

Shades of Torea Bay #393D71

Tints of Torea Bay #393D71

RGB

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

 GREEN value IS 61 (24.22% from 255) = 26.41%

 BLUE value IS 113 (44.53% from 255) = 48.92%

R = 24.68%
G = 26.41%
B = 48.92%

CMYK

 C value IS 0.50

 M value IS 0.46

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#393D71 (or 0x393D71) is known color: Torea Bay. HEX triplet: 39, 3D and 71. RGB value is (57,61,113). Sum of RGB (Red+Green+Blue) = 57+61+113=231 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.68% from 231); Green value is 61 (24.22% from 255 or 26.41% from 231); Blue value is 113 (44.53% from 255 or 48.92% from 231); Max value from RGB is 113 - color contains mainly: blue. Hex color #393D71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393D71 is #C6C28E. Grayscale: #414141. Windows color (decimal): -13025935 or 7421241. OLE color: 7421241.

HSL color Cylindrical-coordinate representation of color #393D71: hue angle of 235.71º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #393D71 is Cyan = 0.50, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 57 61 113 -
CMYK 0.50 0.46 0 0.56
HSL 235.71º 0.33% 0.33% -
HSV(B) 235.71º 0.5% 0.44% -
XYZ 6.34 5.4 16.33 -
YUV 65.73 154.67 121.77 -
System Red Green Blue C M Y K H S L
Decimal 57 61 113 0.50 0.46 0 0.56 235.71 0.33 0.33
Hex 39 3D 71 32 2E 0 38 EC 21 21
Octal 71 75 161 62 56 0 70 354 41 41
Binary 111001 111101 1110001 110010 101110 0 111000 11101100 100001 100001

Color Harmonies of #393D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393D71

Black with #393D71

Text Example


Text Example

White with #393D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,61,113); }

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

background-color css

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

 a { background-color: rgb(57,61,113); }

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

border-color css

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

 span { border-color: rgb(57,61,113); }

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