Html Css Color HEX #394279 Torea Bay

📋 copy color: '#394279'

red 57 ◦ green 66 ◦ blue 121

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

Shades of Torea Bay #394279

Tints of Torea Bay #394279

RGB

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

 GREEN value IS 66 (26.17% from 255) = 27.05%

 BLUE value IS 121 (47.66% from 255) = 49.59%

R = 23.36%
G = 27.05%
B = 49.59%

CMYK

 C value IS 0.53

 M value IS 0.45

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#394279 (or 0x394279) is known color: Torea Bay. HEX triplet: 39, 42 and 79. RGB value is (57,66,121). Sum of RGB (Red+Green+Blue) = 57+66+121=244 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.36% from 244); Green value is 66 (26.17% from 255 or 27.05% from 244); Blue value is 121 (47.66% from 255 or 49.59% from 244); Max value from RGB is 121 - color contains mainly: blue. Hex color #394279 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394279 is #C6BD86. Grayscale: #454545. Windows color (decimal): -13024647 or 7946809. OLE color: 7946809.

HSL color Cylindrical-coordinate representation of color #394279: hue angle of 231.56º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #394279 is Cyan = 0.53, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 57 66 121 -
CMYK 0.53 0.45 0 0.53
HSL 231.56º 0.36% 0.35% -
HSV(B) 231.56º 0.53% 0.47% -
XYZ 7.09 6.15 18.9 -
YUV 69.58 157.02 119.03 -
System Red Green Blue C M Y K H S L
Decimal 57 66 121 0.53 0.45 0 0.53 231.56 0.36 0.35
Hex 39 42 79 35 2D 0 35 E8 24 23
Octal 71 102 171 65 55 0 65 350 44 43
Binary 111001 1000010 1111001 110101 101101 0 110101 11101000 100100 100011

Color Harmonies of #394279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394279

Black with #394279

Text Example


Text Example

White with #394279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394279; }

 p { color: rgb(57,66,121); }

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

background-color css

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

 a { background-color: rgb(57,66,121); }

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

border-color css

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

 span { border-color: rgb(57,66,121); }

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