#343B6E

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

Shades of Torea Bay #343B6E

Tints of Torea Bay #343B6E

Color information

#343B6E (or 0x343B6E) is unknown color: approx Torea Bay. HEX triplet: 34, 3B and 6E. RGB value is (52,59,110). Sum of RGB (Red+Green+Blue) = 52+59+110=221 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.53% from 221); Green value is 59 (23.44% from 255 or 26.70% from 221); Blue value is 110 (43.36% from 255 or 49.77% from 221); Max value from RGB is 110 - color contains mainly: blue. Hex color #343B6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343B6E is #CBC491. Grayscale: #3E3E3E. Windows color (decimal): -13354130 or 7224116. OLE color: 7224116.

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

Color convert

RGB5259110-
CMYK0.530.4600.57
HSL232.76º35.8%31.76%-
HSV(B)232.76º52.73%43.14%-
XYZ5.794.9815.41-
YUV62.72154.68120.35-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.53%
GREEN value IS 59 (23.44% from 255) = 26.70%
BLUE value IS 110 (43.36% from 255) = 49.77%
R=23.53%
G=26.70%
B=49.77%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal52591100.530.4600.57232.7635.831.76
Hex343B6E352E039e92420
Octal647315665560713514440
Binary1101001110111101110110101101110011100111101001100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,59,110); }

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

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

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

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

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

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

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