#343D6E

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

Shades of Torea Bay #343D6E

Tints of Torea Bay #343D6E

Color information

#343D6E (or 0x343D6E) is unknown color: approx Torea Bay. HEX triplet: 34, 3D and 6E. RGB value is (52,61,110). Sum of RGB (Red+Green+Blue) = 52+61+110=223 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.32% from 223); Green value is 61 (24.22% from 255 or 27.35% from 223); Blue value is 110 (43.36% from 255 or 49.33% from 223); Max value from RGB is 110 - color contains mainly: blue. Hex color #343D6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343D6E is #CBC291. Grayscale: #3F3F3F. Windows color (decimal): -13353618 or 7224628. OLE color: 7224628.

HSL color Cylindrical-coordinate representation of color #343D6E: hue angle of 230.69º 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 #343D6E is Cyan = 0.53, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5261110-
CMYK0.530.4500.57
HSL230.69º35.8%31.76%-
HSV(B)230.69º52.73%43.14%-
XYZ5.95.1915.44-
YUV63.9154.02119.52-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.32%
GREEN value IS 61 (24.22% from 255) = 27.35%
BLUE value IS 110 (43.36% from 255) = 49.33%
R=23.32%
G=27.35%
B=49.33%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal52611100.530.4500.57230.6935.831.76
Hex343D6E352D039e72420
Octal647515665550713474440
Binary1101001111011101110110101101101011100111100111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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