Html Css Color HEX #343E79 Torea Bay

📋 copy color: '#343E79'

red 52 ◦ green 62 ◦ blue 121

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

Shades of Torea Bay #343E79

Tints of Torea Bay #343E79

RGB

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

 GREEN value IS 62 (24.61% from 255) = 26.38%

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

R = 22.13%
G = 26.38%
B = 51.49%

CMYK

 C value IS 0.57

 M value IS 0.49

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#343E79 (or 0x343E79) is known color: Torea Bay. HEX triplet: 34, 3E and 79. RGB value is (52,62,121). Sum of RGB (Red+Green+Blue) = 52+62+121=235 (31% of max value = 765). Red value is 52 (20.70% from 255 or 22.13% from 235); Green value is 62 (24.61% from 255 or 26.38% from 235); Blue value is 121 (47.66% from 255 or 51.49% from 235); Max value from RGB is 121 - color contains mainly: blue. Hex color #343E79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343E79 is #CBC186. Grayscale: #414141. Windows color (decimal): -13353351 or 7945780. OLE color: 7945780.

HSL color Cylindrical-coordinate representation of color #343E79: hue angle of 231.3º 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 #343E79 is Cyan = 0.57, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 52 62 121 -
CMYK 0.57 0.49 0 0.53
HSL 231.3º 0.4% 0.34% -
HSV(B) 231.3º 0.57% 0.47% -
XYZ 6.59 5.56 18.81 -
YUV 65.74 159.19 118.2 -
System Red Green Blue C M Y K H S L
Decimal 52 62 121 0.57 0.49 0 0.53 231.3 0.4 0.34
Hex 34 3E 79 39 31 0 35 E7 28 22
Octal 64 76 171 71 61 0 65 347 50 42
Binary 110100 111110 1111001 111001 110001 0 110101 11100111 101000 100010

Color Harmonies of #343E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343E79

Black with #343E79

Text Example


Text Example

White with #343E79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343E79; }

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

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

background-color css

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

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

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

border-color css

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

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

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