#343676

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

Shades of Torea Bay #343676

Tints of Torea Bay #343676

Color information

#343676 (or 0x343676) is unknown color: approx Torea Bay. HEX triplet: 34, 36 and 76. RGB value is (52,54,118). Sum of RGB (Red+Green+Blue) = 52+54+118=224 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.21% from 224); Green value is 54 (21.48% from 255 or 24.11% from 224); Blue value is 118 (46.48% from 255 or 52.68% from 224); Max value from RGB is 118 - color contains mainly: blue. Hex color #343676 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343676 is #CBC989. Grayscale: #3C3C3C. Windows color (decimal): -13355402 or 7747124. OLE color: 7747124.

HSL color Cylindrical-coordinate representation of color #343676: hue angle of 238.18º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #343676 is Cyan = 0.56, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5254118-
CMYK0.560.5400.54
HSL238.18º38.82%33.33%-
HSV(B)238.18º55.93%46.27%-
XYZ6.014.6817.73-
YUV60.7160.34121.8-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.21%
GREEN value IS 54 (21.48% from 255) = 24.11%
BLUE value IS 118 (46.48% from 255) = 52.68%
R=23.21%
G=24.11%
B=52.68%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal52541180.560.5400.54238.1838.8233.33
Hex3436763836036ee2721
Octal646616670660663564741
Binary1101001101101110110111000110110011011011101110100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343676; }

 p { color: rgb(52,54,118); }

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

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

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

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

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

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

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