Html Css Color HEX #393C70 Torea Bay

📋 copy color: '#393C70'

red 57 ◦ green 60 ◦ blue 112

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

Shades of Torea Bay #393C70

Tints of Torea Bay #393C70

RGB

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

 GREEN value IS 60 (23.83% from 255) = 26.2%

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

R = 24.89%
G = 26.2%
B = 48.91%

CMYK

 C value IS 0.49

 M value IS 0.46

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#393C70 (or 0x393C70) is known color: Torea Bay. HEX triplet: 39, 3C and 70. RGB value is (57,60,112). Sum of RGB (Red+Green+Blue) = 57+60+112=229 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.89% from 229); Green value is 60 (23.83% from 255 or 26.20% from 229); Blue value is 112 (44.14% from 255 or 48.91% from 229); Max value from RGB is 112 - color contains mainly: blue. Hex color #393C70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393C70 is #C6C38F. Grayscale: #404040. Windows color (decimal): -13026192 or 7355449. OLE color: 7355449.

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

Color convert

RGB 57 60 112 -
CMYK 0.49 0.46 0 0.56
HSL 236.73º 0.33% 0.33% -
HSV(B) 236.73º 0.49% 0.44% -
XYZ 6.23 5.27 16.02 -
YUV 65.03 154.51 122.27 -
System Red Green Blue C M Y K H S L
Decimal 57 60 112 0.49 0.46 0 0.56 236.73 0.33 0.33
Hex 39 3C 70 31 2E 0 38 ED 21 21
Octal 71 74 160 61 56 0 70 355 41 41
Binary 111001 111100 1110000 110001 101110 0 111000 11101101 100001 100001

Color Harmonies of #393C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393C70

Black with #393C70

Text Example


Text Example

White with #393C70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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