#343479

Color #343479 Torea Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Torea Bay #343479

Tints of Torea Bay #343479

Color information

#343479 (or 0x343479) is unknown color: approx Torea Bay. HEX triplet: 34, 34 and 79. RGB value is (52,52,121). Sum of RGB (Red+Green+Blue) = 52+52+121=225 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.11% from 225); Green value is 52 (20.70% from 255 or 23.11% from 225); Blue value is 121 (47.66% from 255 or 53.78% from 225); Max value from RGB is 121 - color contains mainly: blue. Hex color #343479 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343479 is #CBCB86. Grayscale: #3B3B3B. Windows color (decimal): -13355911 or 7943220. OLE color: 7943220.

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

Color convert

RGB5252121-
CMYK0.570.5700.53
HSL240º39.88%33.92%-
HSV(B)240º57.02%47.45%-
XYZ6.14.5718.65-
YUV59.87162.5122.39-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.11%
GREEN value IS 52 (20.70% from 255) = 23.11%
BLUE value IS 121 (47.66% from 255) = 53.78%
R=23.11%
G=23.11%
B=53.78%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal52521210.570.5700.5324039.8833.92
Hex3434793939035f02822
Octal646417171710653605042
Binary1101001101001111001111001111001011010111110000101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343479; }

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

 H1.HeaderClassName
 {
   color: #343479;
 }
 .AnyTagClassName
 {
   color: #343479;
 }
</style>
background-color css

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

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

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

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

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

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