#343476

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

Shades of Torea Bay #343476

Tints of Torea Bay #343476

Color information

#343476 (or 0x343476) is unknown color: approx Torea Bay. HEX triplet: 34, 34 and 76. RGB value is (52,52,118). Sum of RGB (Red+Green+Blue) = 52+52+118=222 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.42% from 222); Green value is 52 (20.70% from 255 or 23.42% from 222); Blue value is 118 (46.48% from 255 or 53.15% from 222); Max value from RGB is 118 - color contains mainly: blue. Hex color #343476 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343476 is #CBCB89. Grayscale: #3B3B3B. Windows color (decimal): -13355914 or 7746612. OLE color: 7746612.

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

Color convert

RGB5252118-
CMYK0.560.5600.54
HSL240º38.82%33.33%-
HSV(B)240º55.93%46.27%-
XYZ5.914.4917.7-
YUV59.52161122.63-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.42%
GREEN value IS 52 (20.70% from 255) = 23.42%
BLUE value IS 118 (46.48% from 255) = 53.15%
R=23.42%
G=23.42%
B=53.15%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal52521180.560.5600.5424038.8233.33
Hex3434763838036f02721
Octal646416670700663604741
Binary1101001101001110110111000111000011011011110000100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343476; }

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

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

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

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

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

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

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

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