Html Css Color HEX #393F72 Torea Bay

📋 copy color: '#393F72'

red 57 ◦ green 63 ◦ blue 114

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

Shades of Torea Bay #393F72

Tints of Torea Bay #393F72

RGB

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

 GREEN value IS 63 (25% from 255) = 26.92%

 BLUE value IS 114 (44.92% from 255) = 48.72%

R = 24.36%
G = 26.92%
B = 48.72%

CMYK

 C value IS 0.50

 M value IS 0.45

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#393F72 (or 0x393F72) is known color: Torea Bay. HEX triplet: 39, 3F and 72. RGB value is (57,63,114). Sum of RGB (Red+Green+Blue) = 57+63+114=234 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.36% from 234); Green value is 63 (25% from 255 or 26.92% from 234); Blue value is 114 (44.92% from 255 or 48.72% from 234); Max value from RGB is 114 - color contains mainly: blue. Hex color #393F72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393F72 is #C6C08D. Grayscale: #424242. Windows color (decimal): -13025422 or 7487289. OLE color: 7487289.

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

Color convert

RGB 57 63 114 -
CMYK 0.50 0.45 0 0.55
HSL 233.68º 0.33% 0.34% -
HSV(B) 233.68º 0.5% 0.45% -
XYZ 6.5 5.64 16.67 -
YUV 67.02 154.51 120.85 -
System Red Green Blue C M Y K H S L
Decimal 57 63 114 0.50 0.45 0 0.55 233.68 0.33 0.34
Hex 39 3F 72 32 2D 0 37 EA 21 22
Octal 71 77 162 62 55 0 67 352 41 42
Binary 111001 111111 1110010 110010 101101 0 110111 11101010 100001 100010

Color Harmonies of #393F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393F72

Black with #393F72

Text Example


Text Example

White with #393F72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,63,114); }

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

background-color css

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

 a { background-color: rgb(57,63,114); }

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

border-color css

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

 span { border-color: rgb(57,63,114); }

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