Html Css Color HEX #343979 Torea Bay

📋 copy color: '#343979'

red 52 ◦ green 57 ◦ blue 121

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

Shades of Torea Bay #343979

Tints of Torea Bay #343979

RGB

 RED value IS 52 (20.7% from 255) = 22.61%

 GREEN value IS 57 (22.66% from 255) = 24.78%

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

R = 22.61%
G = 24.78%
B = 52.61%

CMYK

 C value IS 0.57

 M value IS 0.53

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#343979 (or 0x343979) is known color: Torea Bay. HEX triplet: 34, 39 and 79. RGB value is (52,57,121). Sum of RGB (Red+Green+Blue) = 52+57+121=230 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.61% from 230); Green value is 57 (22.66% from 255 or 24.78% from 230); Blue value is 121 (47.66% from 255 or 52.61% from 230); Max value from RGB is 121 - color contains mainly: blue. Hex color #343979 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343979 is #CBC686. Grayscale: #3E3E3E. Windows color (decimal): -13354631 or 7944500. OLE color: 7944500.

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

Color convert

RGB 52 57 121 -
CMYK 0.57 0.53 0 0.53
HSL 235.65º 0.4% 0.34% -
HSV(B) 235.65º 0.57% 0.47% -
XYZ 6.33 5.04 18.73 -
YUV 62.8 160.84 120.3 -
System Red Green Blue C M Y K H S L
Decimal 52 57 121 0.57 0.53 0 0.53 235.65 0.4 0.34
Hex 34 39 79 39 35 0 35 EC 28 22
Octal 64 71 171 71 65 0 65 354 50 42
Binary 110100 111001 1111001 111001 110101 0 110101 11101100 101000 100010

Color Harmonies of #343979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343979

Black with #343979

Text Example


Text Example

White with #343979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343979; }

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

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

background-color css

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

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

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

border-color css

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

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

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