#343377

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

Shades of Torea Bay #343377

Tints of Torea Bay #343377

Color information

#343377 (or 0x343377) is unknown color: approx Torea Bay. HEX triplet: 34, 33 and 77. RGB value is (52,51,119). Sum of RGB (Red+Green+Blue) = 52+51+119=222 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.42% from 222); Green value is 51 (20.31% from 255 or 22.97% from 222); Blue value is 119 (46.88% from 255 or 53.60% from 222); Max value from RGB is 119 - color contains mainly: blue. Hex color #343377 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343377 is #CBCC88. Grayscale: #3A3A3A. Windows color (decimal): -13356169 or 7811892. OLE color: 7811892.

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

Color convert

RGB5251119-
CMYK0.560.5700.53
HSL240.88º40%33.33%-
HSV(B)240.88º57.14%46.67%-
XYZ5.934.4318-
YUV59.05161.83122.97-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.42%
GREEN value IS 51 (20.31% from 255) = 22.97%
BLUE value IS 119 (46.88% from 255) = 53.60%
R=23.42%
G=22.97%
B=53.60%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal52511190.560.5700.53240.884033.33
Hex3433773839035f12821
Octal646316770710653615041
Binary1101001100111110111111000111001011010111110001101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343377; }

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

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

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

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

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

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

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

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