Html Css Color HEX #343879 Torea Bay

📋 copy color: '#343879'

red 52 ◦ green 56 ◦ blue 121

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

Shades of Torea Bay #343879

Tints of Torea Bay #343879

RGB

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

 GREEN value IS 56 (22.27% from 255) = 24.45%

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

R = 22.71%
G = 24.45%
B = 52.84%

CMYK

 C value IS 0.57

 M value IS 0.54

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#343879 (or 0x343879) is known color: Torea Bay. HEX triplet: 34, 38 and 79. RGB value is (52,56,121). Sum of RGB (Red+Green+Blue) = 52+56+121=229 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.71% from 229); Green value is 56 (22.27% from 255 or 24.45% from 229); Blue value is 121 (47.66% from 255 or 52.84% from 229); Max value from RGB is 121 - color contains mainly: blue. Hex color #343879 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343879 is #CBC786. Grayscale: #3D3D3D. Windows color (decimal): -13354887 or 7944244. OLE color: 7944244.

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

Color convert

RGB 52 56 121 -
CMYK 0.57 0.54 0 0.53
HSL 236.52º 0.4% 0.34% -
HSV(B) 236.52º 0.57% 0.47% -
XYZ 6.28 4.94 18.71 -
YUV 62.21 161.17 120.71 -
System Red Green Blue C M Y K H S L
Decimal 52 56 121 0.57 0.54 0 0.53 236.52 0.4 0.34
Hex 34 38 79 39 36 0 35 ED 28 22
Octal 64 70 171 71 66 0 65 355 50 42
Binary 110100 111000 1111001 111001 110110 0 110101 11101101 101000 100010

Color Harmonies of #343879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343879

Black with #343879

Text Example


Text Example

White with #343879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343879; }

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

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

background-color css

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

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

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

border-color css

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

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

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