#343A6E

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

Shades of Torea Bay #343A6E

Tints of Torea Bay #343A6E

Color information

#343A6E (or 0x343A6E) is unknown color: approx Torea Bay. HEX triplet: 34, 3A and 6E. RGB value is (52,58,110). Sum of RGB (Red+Green+Blue) = 52+58+110=220 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.64% from 220); Green value is 58 (23.05% from 255 or 26.36% from 220); Blue value is 110 (43.36% from 255 or 50% from 220); Max value from RGB is 110 - color contains mainly: blue. Hex color #343A6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343A6E is #CBC591. Grayscale: #3D3D3D. Windows color (decimal): -13354386 or 7223860. OLE color: 7223860.

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

Color convert

RGB5258110-
CMYK0.530.4700.57
HSL233.79º35.8%31.76%-
HSV(B)233.79º52.73%43.14%-
XYZ5.744.8815.39-
YUV62.13155.01120.77-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.64%
GREEN value IS 58 (23.05% from 255) = 26.36%
BLUE value IS 110 (43.36% from 255) = 50%
R=23.64%
G=26.36%
B=50%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal52581100.530.4700.57233.7935.831.76
Hex343A6E352F039ea2420
Octal647215665570713524440
Binary1101001110101101110110101101111011100111101010100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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