#343C6F

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

Shades of Torea Bay #343C6F

Tints of Torea Bay #343C6F

Color information

#343C6F (or 0x343C6F) is unknown color: approx Torea Bay. HEX triplet: 34, 3C and 6F. RGB value is (52,60,111). Sum of RGB (Red+Green+Blue) = 52+60+111=223 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.32% from 223); Green value is 60 (23.83% from 255 or 26.91% from 223); Blue value is 111 (43.75% from 255 or 49.78% from 223); Max value from RGB is 111 - color contains mainly: blue. Hex color #343C6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343C6F is #CBC390. Grayscale: #3F3F3F. Windows color (decimal): -13353873 or 7289908. OLE color: 7289908.

HSL color Cylindrical-coordinate representation of color #343C6F: hue angle of 231.86º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #343C6F is Cyan = 0.53, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5260111-
CMYK0.530.4600.56
HSL231.86º36.2%31.96%-
HSV(B)231.86º53.15%43.53%-
XYZ5.95.1115.71-
YUV63.42154.85119.85-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.32%
GREEN value IS 60 (23.83% from 255) = 26.91%
BLUE value IS 111 (43.75% from 255) = 49.78%
R=23.32%
G=26.91%
B=49.78%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal52601110.530.4600.56231.8636.231.96
Hex343C6F352E038e82420
Octal647415765560703504440
Binary1101001111001101111110101101110011100011101000100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343C6F; }

 p { color: rgb(52,60,111); }

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

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

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

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

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

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

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