#343677

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

Shades of Torea Bay #343677

Tints of Torea Bay #343677

Color information

#343677 (or 0x343677) is unknown color: approx Torea Bay. HEX triplet: 34, 36 and 77. RGB value is (52,54,119). Sum of RGB (Red+Green+Blue) = 52+54+119=225 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.11% from 225); Green value is 54 (21.48% from 255 or 24% from 225); Blue value is 119 (46.88% from 255 or 52.89% from 225); Max value from RGB is 119 - color contains mainly: blue. Hex color #343677 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343677 is #CBC988. Grayscale: #3C3C3C. Windows color (decimal): -13355401 or 7812660. OLE color: 7812660.

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

Color convert

RGB5254119-
CMYK0.560.5500.53
HSL238.21º39.18%33.53%-
HSV(B)238.21º56.3%46.67%-
XYZ6.074.718.04-
YUV60.81160.84121.71-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.11%
GREEN value IS 54 (21.48% from 255) = 24%
BLUE value IS 119 (46.88% from 255) = 52.89%
R=23.11%
G=24%
B=52.89%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal52541190.560.5500.53238.2139.1833.53
Hex3436773837035ee2722
Octal646616770670653564742
Binary1101001101101110111111000110111011010111101110100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343677; }

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

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

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

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

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

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

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

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