#343378

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

Shades of Torea Bay #343378

Tints of Torea Bay #343378

Color information

#343378 (or 0x343378) is unknown color: approx Torea Bay. HEX triplet: 34, 33 and 78. RGB value is (52,51,120). Sum of RGB (Red+Green+Blue) = 52+51+120=223 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.32% from 223); Green value is 51 (20.31% from 255 or 22.87% from 223); Blue value is 120 (47.27% from 255 or 53.81% from 223); Max value from RGB is 120 - color contains mainly: blue. Hex color #343378 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343378 is #CBCC87. Grayscale: #3A3A3A. Windows color (decimal): -13356168 or 7877428. OLE color: 7877428.

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

Color convert

RGB5251120-
CMYK0.570.5800.53
HSL240.87º40.35%33.53%-
HSV(B)240.87º57.5%47.06%-
XYZ5.994.4518.31-
YUV59.16162.33122.89-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.32%
GREEN value IS 51 (20.31% from 255) = 22.87%
BLUE value IS 120 (47.27% from 255) = 53.81%
R=23.32%
G=22.87%
B=53.81%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal52511200.570.5800.53240.8740.3533.53
Hex343378393A035f12822
Octal646317071720653615042
Binary1101001100111111000111001111010011010111110001101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343378; }

 p { color: rgb(52,51,120); }

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

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

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

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

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

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

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