Html Css Color HEX #393B70 Torea Bay

📋 copy color: '#393B70'

red 57 ◦ green 59 ◦ blue 112

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

Shades of Torea Bay #393B70

Tints of Torea Bay #393B70

RGB

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

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

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

R = 25%
G = 25.88%
B = 49.12%

CMYK

 C value IS 0.49

 M value IS 0.47

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#393B70 (or 0x393B70) is known color: Torea Bay. HEX triplet: 39, 3B and 70. RGB value is (57,59,112). Sum of RGB (Red+Green+Blue) = 57+59+112=228 (30% of max value = 765). Red value is 57 (22.66% from 255 or 25% from 228); Green value is 59 (23.44% from 255 or 25.88% from 228); Blue value is 112 (44.14% from 255 or 49.12% from 228); Max value from RGB is 112 - color contains mainly: blue. Hex color #393B70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393B70 is #C6C48F. Grayscale: #404040. Windows color (decimal): -13026448 or 7355193. OLE color: 7355193.

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

Color convert

RGB 57 59 112 -
CMYK 0.49 0.47 0 0.56
HSL 237.82º 0.33% 0.33% -
HSV(B) 237.82º 0.49% 0.44% -
XYZ 6.18 5.17 16 -
YUV 64.44 154.84 122.69 -
System Red Green Blue C M Y K H S L
Decimal 57 59 112 0.49 0.47 0 0.56 237.82 0.33 0.33
Hex 39 3B 70 31 2F 0 38 EE 21 21
Octal 71 73 160 61 57 0 70 356 41 41
Binary 111001 111011 1110000 110001 101111 0 111000 11101110 100001 100001

Color Harmonies of #393B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393B70

Black with #393B70

Text Example


Text Example

White with #393B70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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