#343477

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

Shades of Torea Bay #343477

Tints of Torea Bay #343477

Color information

#343477 (or 0x343477) is unknown color: approx Torea Bay. HEX triplet: 34, 34 and 77. RGB value is (52,52,119). Sum of RGB (Red+Green+Blue) = 52+52+119=223 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.32% from 223); Green value is 52 (20.70% from 255 or 23.32% from 223); Blue value is 119 (46.88% from 255 or 53.36% from 223); Max value from RGB is 119 - color contains mainly: blue. Hex color #343477 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343477 is #CBCB88. Grayscale: #3B3B3B. Windows color (decimal): -13355913 or 7812148. OLE color: 7812148.

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

Color convert

RGB5252119-
CMYK0.560.5600.53
HSL240º39.18%33.53%-
HSV(B)240º56.3%46.67%-
XYZ5.974.5218.01-
YUV59.64161.5122.55-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.32%
GREEN value IS 52 (20.70% from 255) = 23.32%
BLUE value IS 119 (46.88% from 255) = 53.36%
R=23.32%
G=23.32%
B=53.36%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal52521190.560.5600.5324039.1833.53
Hex3434773838035f02722
Octal646416770700653604742
Binary1101001101001110111111000111000011010111110000100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343477; }

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

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

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

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

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

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

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

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