#343777

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

Shades of Torea Bay #343777

Tints of Torea Bay #343777

Color information

#343777 (or 0x343777) is unknown color: approx Torea Bay. HEX triplet: 34, 37 and 77. RGB value is (52,55,119). Sum of RGB (Red+Green+Blue) = 52+55+119=226 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.01% from 226); Green value is 55 (21.88% from 255 or 24.34% from 226); Blue value is 119 (46.88% from 255 or 52.65% from 226); Max value from RGB is 119 - color contains mainly: blue. Hex color #343777 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343777 is #CBC888. Grayscale: #3D3D3D. Windows color (decimal): -13355145 or 7812916. OLE color: 7812916.

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

Color convert

RGB5255119-
CMYK0.560.5400.53
HSL237.31º39.18%33.53%-
HSV(B)237.31º56.3%46.67%-
XYZ6.114.7918.06-
YUV61.4160.51121.3-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.01%
GREEN value IS 55 (21.88% from 255) = 24.34%
BLUE value IS 119 (46.88% from 255) = 52.65%
R=23.01%
G=24.34%
B=52.65%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal52551190.560.5400.53237.3139.1833.53
Hex3437773836035ed2722
Octal646716770660653554742
Binary1101001101111110111111000110110011010111101101100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343777; }

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

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

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

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

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

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

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

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