#343E77

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

Shades of Torea Bay #343E77

Tints of Torea Bay #343E77

Color information

#343E77 (or 0x343E77) is unknown color: approx Torea Bay. HEX triplet: 34, 3E and 77. RGB value is (52,62,119). Sum of RGB (Red+Green+Blue) = 52+62+119=233 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.32% from 233); Green value is 62 (24.61% from 255 or 26.61% from 233); Blue value is 119 (46.88% from 255 or 51.07% from 233); Max value from RGB is 119 - color contains mainly: blue. Hex color #343E77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343E77 is #CBC188. Grayscale: #414141. Windows color (decimal): -13353353 or 7814708. OLE color: 7814708.

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

Color convert

RGB5262119-
CMYK0.560.4800.53
HSL231.04º39.18%33.53%-
HSV(B)231.04º56.3%46.67%-
XYZ6.475.5118.17-
YUV65.51158.19118.37-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.32%
GREEN value IS 62 (24.61% from 255) = 26.61%
BLUE value IS 119 (46.88% from 255) = 51.07%
R=22.32%
G=26.61%
B=51.07%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal52621190.560.4800.53231.0439.1833.53
Hex343E773830035e72722
Octal647616770600653474742
Binary1101001111101110111111000110000011010111100111100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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