Html Css Color HEX #393A70 Torea Bay

📋 copy color: '#393A70'

red 57 ◦ green 58 ◦ blue 112

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

Shades of Torea Bay #393A70

Tints of Torea Bay #393A70

RGB

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

 GREEN value IS 58 (23.05% from 255) = 25.55%

 BLUE value IS 112 (44.14% from 255) = 49.34%

R = 25.11%
G = 25.55%
B = 49.34%

CMYK

 C value IS 0.49

 M value IS 0.48

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#393A70 (or 0x393A70) is known color: Torea Bay. HEX triplet: 39, 3A and 70. RGB value is (57,58,112). Sum of RGB (Red+Green+Blue) = 57+58+112=227 (30% of max value = 765). Red value is 57 (22.66% from 255 or 25.11% from 227); Green value is 58 (23.05% from 255 or 25.55% from 227); Blue value is 112 (44.14% from 255 or 49.34% from 227); Max value from RGB is 112 - color contains mainly: blue. Hex color #393A70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393A70 is #C6C58F. Grayscale: #3F3F3F. Windows color (decimal): -13026704 or 7354937. OLE color: 7354937.

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

Color convert

RGB 57 58 112 -
CMYK 0.49 0.48 0 0.56
HSL 238.91º 0.33% 0.33% -
HSV(B) 238.91º 0.49% 0.44% -
XYZ 6.13 5.07 15.98 -
YUV 63.86 155.17 123.11 -
System Red Green Blue C M Y K H S L
Decimal 57 58 112 0.49 0.48 0 0.56 238.91 0.33 0.33
Hex 39 3A 70 31 30 0 38 EF 21 21
Octal 71 72 160 61 60 0 70 357 41 41
Binary 111001 111010 1110000 110001 110000 0 111000 11101111 100001 100001

Color Harmonies of #393A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393A70

Black with #393A70

Text Example


Text Example

White with #393A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,58,112); }

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

background-color css

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

 a { background-color: rgb(57,58,112); }

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

border-color css

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

 span { border-color: rgb(57,58,112); }

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