Html Css Color HEX #393C6E Torea Bay

📋 copy color: '#393C6E'

red 57 ◦ green 60 ◦ blue 110

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

Shades of Torea Bay #393C6E

Tints of Torea Bay #393C6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 48.46%

R = 25.11%
G = 26.43%
B = 48.46%

CMYK

 C value IS 0.48

 M value IS 0.45

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#393C6E (or 0x393C6E) is known color: Torea Bay. HEX triplet: 39, 3C and 6E. RGB value is (57,60,110). Sum of RGB (Red+Green+Blue) = 57+60+110=227 (30% of max value = 765). Red value is 57 (22.66% from 255 or 25.11% from 227); Green value is 60 (23.83% from 255 or 26.43% from 227); Blue value is 110 (43.36% from 255 or 48.46% from 227); Max value from RGB is 110 - color contains mainly: blue. Hex color #393C6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393C6E is #C6C391. Grayscale: #404040. Windows color (decimal): -13026194 or 7224377. OLE color: 7224377.

HSL color Cylindrical-coordinate representation of color #393C6E: hue angle of 236.6º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #393C6E is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 57 60 110 -
CMYK 0.48 0.45 0 0.57
HSL 236.6º 0.32% 0.33% -
HSV(B) 236.6º 0.48% 0.43% -
XYZ 6.12 5.23 15.44 -
YUV 64.8 153.51 122.43 -
System Red Green Blue C M Y K H S L
Decimal 57 60 110 0.48 0.45 0 0.57 236.6 0.32 0.33
Hex 39 3C 6E 30 2D 0 39 ED 20 21
Octal 71 74 156 60 55 0 71 355 40 41
Binary 111001 111100 1101110 110000 101101 0 111001 11101101 100000 100001

Color Harmonies of #393C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393C6E

Black with #393C6E

Text Example


Text Example

White with #393C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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